Skip to content

Commit 7b534a3

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/comment_on_pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1414
steps:
1515
- name: 'Download artifacts'
16-
uses: actions/github-script@v3.1.0
16+
uses: actions/github-script@v7
1717
with:
1818
script: |
1919
var artifacts = await github.actions.listWorkflowRunArtifacts({
@@ -65,7 +65,7 @@ jobs:
6565
fi
6666
6767
- name: 'Add comment'
68-
uses: actions/github-script@v3
68+
uses: actions/github-script@v7
6969
with:
7070
script: |
7171
var fs = require('fs');

0 commit comments

Comments
 (0)