Skip to content

Commit c2be075

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@v7.0.1...v8.0.0) --- 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]>
1 parent 9018d47 commit c2be075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/resyntax-submit-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# This uses a github script instead of the download-artifact action because
2828
# that action doesn't work for artifacts uploaded by other workflows. See
2929
# https://github.com/actions/download-artifact/issues/130 for more info.
30-
uses: actions/github-script@v7.0.1
30+
uses: actions/github-script@v8.0.0
3131
with:
3232
script: |
3333
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -48,7 +48,7 @@ jobs:
4848
fs.writeFileSync('${{github.workspace}}/resyntax-review.zip', Buffer.from(download.data));
4949
- run: unzip resyntax-review.zip
5050
- name: Create pull request review
51-
uses: actions/github-script@v7.0.1
51+
uses: actions/github-script@v8.0.0
5252
with:
5353
github-token: ${{ secrets.GITHUB_TOKEN }}
5454
script: |

0 commit comments

Comments
 (0)