From c6cead4f3fbd4d892ff65f28f6f53ee09dcd91da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 06:04:56 +0000 Subject: [PATCH] Build(deps): Bump actions/github-script from v3 to v4.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from v3 to v4.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...85e88a66eaa831097093a3d278536947f2984d20) Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9325b5722..f59ac9b61 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -84,7 +84,7 @@ jobs: steps: - name: Merge pull request - uses: actions/github-script@v3 + uses: actions/github-script@v4.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |