From e43927831c3b15e246e0ee5ec7f189aac71dfe74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 02:08:40 +0000 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 4.1 (#108) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/approve_and_merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/approve_and_merge.yml b/.github/workflows/approve_and_merge.yml index 1b43e73..9cd9c18 100644 --- a/.github/workflows/approve_and_merge.yml +++ b/.github/workflows/approve_and_merge.yml @@ -7,7 +7,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: automerge - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v4.1 with: github-token: "${{ secrets.GH_TOKEN }}" script: |