From 770b1b278a3c681d37436a15352009d3a7cee1d1 Mon Sep 17 00:00:00 2001 From: Bruce Markham <219281+brucificus@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:22:47 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updates=20Dependabot=20PR=20Revi?= =?UTF-8?q?ew=20Workflow?= 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 7ce0d86..7c576f2 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.6.1 + uses: pwshrc/actions-review-dependabot@v0.6.2 with: github_token: "${{ secrets.GITHUB_TOKEN }}" required-pr-user-login: 'dependabot[bot]'