Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v5 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Feb 7, 2022
1 parent 435eb08 commit 3aefd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'autosynth')
steps:
- uses: actions/github-script@0.9.0
- uses: actions/github-script@v5.1.0
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
Expand Down

0 comments on commit 3aefd29

Please sign in to comment.