Skip to content

Commit

Permalink
Merge pull request #33 from Fdawgs/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…github-script-4.1

build(deps): bump actions/github-script from 4.0.2 to 4.1
  • Loading branch information
github-actions[bot] authored Sep 1, 2021
2 parents 3f48c6a + cb4ae30 commit b5f1786
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@v4.0.2
uses: actions/github-script@v4.1
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@v4.0.2
uses: actions/github-script@v4.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit b5f1786

Please sign in to comment.