Skip to content

Commit

Permalink
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 21, 2021
1 parent 04e1b9a commit c4321d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Comment on issue
uses: actions/github-script@0.9.0
uses: actions/github-script@v4.0.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit c4321d2

Please sign in to comment.