Skip to content

Commit b30a6b0

Browse files
authoredAug 28, 2024
Bump actions/github-script from 3.1.0 to 7.0.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bc5798 commit b30a6b0

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@v7.0.1
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@v6
42+
uses: actions/github-script@v7.0.1
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
script: |

0 commit comments

Comments
 (0)
Failed to load comments.