Skip to content

Commit 43d5161

Browse files
Bump actions/github-script from 8.0.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd9730d commit 43d5161

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/action-format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: 'Post acknowledgement that it will format code'
1414
continue-on-error: true # Never fail the build if this fails
15-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
15+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
script: |
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: 'Post acknowledgement that it has formatted the code'
9292
continue-on-error: true # Never fail the build if this fails
93-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
93+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
9494
with:
9595
github-token: ${{ secrets.GITHUB_TOKEN }}
9696
script: |
@@ -104,7 +104,7 @@ jobs:
104104
- name: 'Post reminder to trigger build manually'
105105
continue-on-error: true # Never fail the build if this fails
106106
if: steps.fork_status.outputs.fork == 'true'
107-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
107+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
108108
with:
109109
github-token: ${{ secrets.GITHUB_TOKEN }}
110110
script: |

0 commit comments

Comments
 (0)