Skip to content

Commit 5b7aa16

Browse files
authored
Merge pull request #22 from OpenVoxProject/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 3 to 7
2 parents 0647457 + 7b534a3 commit 5b7aa16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)