Skip to content

Commit 3a43ddd

Browse files
build(deps): bump actions/github-script from 5.1.0 to 6 (#1962)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5.1.0 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@e3cbab9...9ac0880) --- updated-dependencies: - dependency-name: actions/github-script 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 ee65a27 commit 3a43ddd

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@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
15+
uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
script: |
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: 'Post acknowledgement that it has formatted the code'
106106
continue-on-error: true # Never fail the build if this fails
107-
uses: actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
107+
uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
108108
with:
109109
github-token: ${{ secrets.GITHUB_TOKEN }}
110110
script: |
@@ -118,7 +118,7 @@ jobs:
118118
- name: 'Post reminder to trigger build manually'
119119
continue-on-error: true # Never fail the build if this fails
120120
if: steps.fork_status.outputs.fork == 'true'
121-
uses: actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
121+
uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
122122
with:
123123
github-token: ${{ secrets.GITHUB_TOKEN }}
124124
script: |

0 commit comments

Comments
 (0)