From 3bfcbab144e1f272e784369dc800987c55d3e9cb Mon Sep 17 00:00:00 2001 From: Hugo Bollon Date: Mon, 14 Oct 2024 14:54:53 +0200 Subject: [PATCH] ci(dependabot): fix fetch-metadata action (#22) --- .github/workflows/dependabot_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_pr.yml b/.github/workflows/dependabot_pr.yml index 7c8d514..328e1a1 100644 --- a/.github/workflows/dependabot_pr.yml +++ b/.github/workflows/dependabot_pr.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.3.2 + uses: dependabot/fetch-metadata@v2 with: github-token: "${{ secrets.GITHUB_TOKEN }}"