Skip to content

Commit

Permalink
Bump actions/github-script from 6.2.0 to 6.3.0 (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 2, 2022
1 parent 63bd896 commit d989ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: 'Post acknowledgement that it will format code'
continue-on-error: true # Never fail the build if this fails
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: 'Post acknowledgement that it has formatted the code'
continue-on-error: true # Never fail the build if this fails
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -96,7 +96,7 @@ jobs:
- name: 'Post reminder to trigger build manually'
continue-on-error: true # Never fail the build if this fails
if: steps.fork_status.outputs.fork == 'true'
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit d989ee4

Please sign in to comment.