From 86317471c6ff5d2f6a26ed4596fa16886bf23d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 11:03:24 +0000 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 4.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-approve_dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve_dependabot.yml b/.github/workflows/auto-approve_dependabot.yml index 9a029ab..bb0412a 100644 --- a/.github/workflows/auto-approve_dependabot.yml +++ b/.github/workflows/auto-approve_dependabot.yml @@ -14,7 +14,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: auto-approve - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v4.1 with: # The default token is enough to comment, but Dependabot will only comply if you impersonate a user with write access. github-token: ${{secrets.AUTO_APPROVE_DEPENDABOT_TOKEN}}