From 681f329f68d5c92c658673dca6d4f53deb04a6f8 Mon Sep 17 00:00:00 2001 From: Alex Garel Date: Tue, 12 Dec 2023 11:22:10 +0100 Subject: [PATCH] ci: fix grafana-annotation-action to avoid node deprecation see https://github.com/frankie567/grafana-annotation-action/issues/19 --- .github/workflows/container-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-deploy.yml b/.github/workflows/container-deploy.yml index 24a440025f..961432b1f6 100644 --- a/.github/workflows/container-deploy.yml +++ b/.github/workflows/container-deploy.yml @@ -227,7 +227,7 @@ jobs: cd ${{ matrix.env }} make prune - # - uses: frankie567/grafana-annotation-action@v1.0.3 + # - uses: basos9/grafana-annotation-action@v1.0.3 # if: ${{ always() }} # with: # apiHost: https://grafana.openfoodfacts.org