diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml index 2071373..631c3a3 100644 --- a/.github/workflows/merge-dependabot.yml +++ b/.github/workflows/merge-dependabot.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v3.0.0 + uses: dependabot/fetch-metadata@v3.1.0 continue-on-error: true # Handle 'PR is not from Dependabot, nothing to do' error quietly with: github-token: "${{ secrets.GITHUB_TOKEN }}"