Skip to content

Commit

Permalink
build(deps): bump actions/github-script from v3.1.1 to v4.0.2
Browse files Browse the repository at this point in the history
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](actions/github-script@v3.1.1...a3e7071)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 28, 2021
1 parent 1be3232 commit 01fdfe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -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: |
Expand Down

0 comments on commit 01fdfe2

Please sign in to comment.