diff --git a/.github/workflows/auto-merge-dependabot-prs.yml b/.github/workflows/auto-merge-dependabot-prs.yml index 572e210d..c2ac228b 100644 --- a/.github/workflows/auto-merge-dependabot-prs.yml +++ b/.github/workflows/auto-merge-dependabot-prs.yml @@ -14,7 +14,8 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.3.4 + # https://github.com/dependabot/fetch-metadata/pull/224 + uses: kachick/fetch-metadata@fix-get-info-for-library with: github-token: '${{ secrets.GITHUB_TOKEN }}' - uses: actions/checkout@v3