From 01fdfe2ebc3fceecac237633d70b80776d9b4781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 08:43:43 +0000 Subject: [PATCH] build(deps): bump actions/github-script from v3.1.1 to v4.0.2 Bumps [actions/github-script](https://github.com/actions/github-script) from v3.1.1 to v4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3.1.1...a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293) Signed-off-by: dependabot[bot] --- .github/workflows/automerge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 49435df..4ccf4f4 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifact - uses: actions/github-script@v3.1.1 + uses: actions/github-script@v4.0.2 with: script: | const fs = require('fs'); @@ -38,7 +38,7 @@ jobs: fs.writeFileSync('${{github.workspace}}/pr.zip', Buffer.from(download.data)); - run: unzip pr.zip - name: Comment on PR - uses: actions/github-script@v3.1.1 + uses: actions/github-script@v4.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |