Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 22, 2021
1 parent 77043a3 commit 9074ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-opened-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pull Request Opened Command
uses: actions/github-script@0.9.0
uses: actions/github-script@v4.0.1
with:
github-token: ${{secrets.PUBLIC_REPO_ACCESS_TOKEN}}
script: |
Expand Down

0 comments on commit 9074ef4

Please sign in to comment.