diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9612669..b12c958 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: steps: - name: "Fetch Dependabot metadata" id: "metadata" - uses: "dependabot/fetch-metadata@v3.0.0" + uses: "dependabot/fetch-metadata@v3.1.0" with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: "Enable auto-merge for Dependabot pull requests"