diff --git a/.github/workflows/dependabot-automation.yml b/.github/workflows/dependabot-automation.yml index 51afbf78..1a03320d 100644 --- a/.github/workflows/dependabot-automation.yml +++ b/.github/workflows/dependabot-automation.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Retrieve Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -32,7 +32,7 @@ jobs: steps: - name: Retrieve Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: "${{ secrets.GITHUB_TOKEN }}"