Skip to content

Commit

Permalink
Merge pull request #296 from eunchurn/renovate/actions-github-script-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/github-script action to v4
  • Loading branch information
eunchurn committed Jul 23, 2021
2 parents 128fded + ca1df87 commit e28face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
- name: if fail 📌
uses: actions/github-script@0.9.0
uses: actions/github-script@v4.0.2
with:
github-token: ${{github.token}}
script: |
Expand Down

0 comments on commit e28face

Please sign in to comment.