Skip to content

Commit e3e2a1a

Browse files
chore(deps): update actions/github-script action to v8
1 parent c668198 commit e3e2a1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/comment_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "GH context:"
2626
echo "$GITHUB_CONTEXT"
2727
- name: 'Download artifact'
28-
uses: actions/github-script@v6.3.3
28+
uses: actions/github-script@v8.0.0
2929
with:
3030
script: |
3131
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -51,7 +51,7 @@ jobs:
5151
cat ./comment
5252
5353
- name: 'Comment on Current Pull Request'
54-
uses: actions/github-script@v6
54+
uses: actions/github-script@v8
5555
with:
5656
github-token: ${{ secrets.COMMENT_BOT_TOKEN }}
5757
script: |

.github/workflows/setup_repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: actions/github-script@v6
12+
- uses: actions/github-script@v8
1313
with:
1414
script: |
1515
console.log("Setting up the repository", context);

0 commit comments

Comments
 (0)