From caceb2a1845c62d6d102f3f264818622e467541a Mon Sep 17 00:00:00 2001 From: Alex Garel Date: Tue, 12 Dec 2023 15:06:14 +0100 Subject: [PATCH] ci: fix grafana-annotation-action to avoid node deprecation (#135) 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 3a9449c..9a6d165 100644 --- a/.github/workflows/container-deploy.yml +++ b/.github/workflows/container-deploy.yml @@ -201,7 +201,7 @@ jobs: cd ${{ matrix.env }} docker system prune -af - - uses: frankie567/grafana-annotation-action@v1.0.2 + - uses: basos9/grafana-annotation-action@v1.0.2 if: ${{ always() }} with: apiHost: https://grafana.openfoodfacts.org