Skip to content

Commit b1873f4

Browse files
authored
Merge pull request #144 from OpenVoxProject/dependabot/github_actions/actions/github-script-9
Bump actions/github-script from 8 to 9
2 parents 2ed621f + 68c4977 commit b1873f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/comment_on_pr.yml

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@v8
16+
uses: actions/github-script@v9
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@v8
68+
uses: actions/github-script@v9
6969
with:
7070
script: |
7171
var fs = require('fs');

0 commit comments

Comments
 (0)