From 5f790054741a1a35269bfa9eea3a148b31293bfd Mon Sep 17 00:00:00 2001 From: Bruce Markham <219281+brucificus@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:50:05 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Updates=20pwshrc/actions-r?= =?UTF-8?q?eview-dependabot=20to=20v0.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/review-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review-dependabot.yml b/.github/workflows/review-dependabot.yml index 22f180c..39a1755 100644 --- a/.github/workflows/review-dependabot.yml +++ b/.github/workflows/review-dependabot.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Review Dependabot PR - uses: pwshrc/actions-review-dependabot@v0.4.0 + uses: pwshrc/actions-review-dependabot@v0.5.0 with: github_token: "${{ secrets.GITHUB_TOKEN }}" required-pr-user-login: 'dependabot[bot]'