From fb0500fe4c0050463a7ee3f78843e3622be7f259 Mon Sep 17 00:00:00 2001 From: Alex Garel Date: Tue, 12 Dec 2023 11:34:48 +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 1c404dc8..98f39747 100644 --- a/.github/workflows/container-deploy.yml +++ b/.github/workflows/container-deploy.yml @@ -190,7 +190,7 @@ jobs: cd ${{ matrix.env }} docker system prune -af - - uses: frankie567/grafana-annotation-action@v1.0.3 + - uses: basos9/grafana-annotation-action@v1.0.3 if: ${{ always() }} with: apiHost: https://grafana.openfoodfacts.org