diff --git a/.github/workflows/dependabot_ci.yaml b/.github/workflows/dependabot_ci.yaml index e1c527c..f9cc0fd 100644 --- a/.github/workflows/dependabot_ci.yaml +++ b/.github/workflows/dependabot_ci.yaml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Fetch PR metadata - uses: dependabot/fetch-metadata@v2.5.0 + uses: dependabot/fetch-metadata@v3.0.0 id: dependabot-metadata with: github-token: ${{ secrets.GITHUB_TOKEN }}