From ebd6d9a2c33db77dabe245754b6c483d9d62d738 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 01:03:34 +0000 Subject: [PATCH] Update dependabot/fetch-metadata action to v3 --- .github/workflows/dependabot-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-reusable.yml b/.github/workflows/dependabot-reusable.yml index 9c38e51..1e8c37d 100644 --- a/.github/workflows/dependabot-reusable.yml +++ b/.github/workflows/dependabot-reusable.yml @@ -27,7 +27,7 @@ jobs: - name: Fetch Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1 + uses: dependabot/fetch-metadata@v3 with: github-token: ${{ secrets.GH_TOKEN }}