diff --git a/.github/workflows/dependabot-prs.yaml b/.github/workflows/dependabot-prs.yaml index ef62505..0addc83 100644 --- a/.github/workflows/dependabot-prs.yaml +++ b/.github/workflows/dependabot-prs.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Fetch Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 - uses: actions/checkout@v6 if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'pip' }}