Skip to content

Commit b883ea9

Browse files
Bump actions/github-script from 3 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02e6f45 commit b883ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CommentPR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github.event.workflow_run.conclusion == 'success' }}
1818
steps:
1919
- name: 'Download artifact'
20-
uses: actions/github-script@v3.1.0
20+
uses: actions/github-script@v8
2121
with:
2222
script: |
2323
var artifacts = await github.actions.listWorkflowRunArtifacts({
@@ -39,7 +39,7 @@ jobs:
3939
- run: unzip pr.zip
4040

4141
- name: 'Comment on PR'
42-
uses: actions/github-script@v3
42+
uses: actions/github-script@v8
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
script: |

0 commit comments

Comments
 (0)