Skip to content

Commit 42beb85

Browse files
build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#2592)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c25cc6 commit 42beb85

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: |
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: 'Post acknowledgement that it has formatted the code'
113113
continue-on-error: true # Never fail the build if this fails
114-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
114+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
115115
with:
116116
github-token: ${{ secrets.GITHUB_TOKEN }}
117117
script: |
@@ -125,7 +125,7 @@ jobs:
125125
- name: 'Post reminder to trigger build manually'
126126
continue-on-error: true # Never fail the build if this fails
127127
if: steps.fork_status.outputs.fork == 'true'
128-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
128+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
129129
with:
130130
github-token: ${{ secrets.GITHUB_TOKEN }}
131131
script: |

0 commit comments

Comments
 (0)