From 9c233c71b32668c51c09e0b539b593f6ac103288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 04:10:07 +0000 Subject: [PATCH] Bump actions/github-script from 4.1 to 5 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 9cd9c188..7a1fe714 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.1 + uses: actions/github-script@v5 with: github-token: "${{ secrets.GH_TOKEN }}" script: |