Skip to content

Commit 5144422

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@60a0d83039c74a4aee543508d2ffcb1c3799cdea
15+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
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@60a0d83039c74a4aee543508d2ffcb1c3799cdea
93+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
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@60a0d83039c74a4aee543508d2ffcb1c3799cdea
107+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
108108
with:
109109
github-token: ${{ secrets.GITHUB_TOKEN }}
110110
script: |

0 commit comments

Comments
 (0)