Skip to content

Commit 37bec36

Browse files
Merge pull request #23180 from Yoast/dependabot/github_actions/actions/github-script-9
GH Actions: Bump actions/github-script from 8 to 9
2 parents 6f6d0f5 + 30f4468 commit 37bec36

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-zip.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check actions access
2222
if: github.event_name == 'issue_comment'
23-
uses: actions/github-script@v8
23+
uses: actions/github-script@v9
2424
with:
2525
script: |
2626
const { data } = await github.rest.repos.getCollaboratorPermissionLevel({
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Add reaction to command
3636
if: github.event_name == 'issue_comment'
37-
uses: actions/github-script@v8
37+
uses: actions/github-script@v9
3838
with:
3939
script: |
4040
await github.rest.reactions.createForIssueComment({
@@ -47,7 +47,7 @@ jobs:
4747
- name: Get PR head ref
4848
if: github.event_name == 'issue_comment'
4949
id: pr
50-
uses: actions/github-script@v8
50+
uses: actions/github-script@v9
5151
with:
5252
script: |
5353
const { data: pr } = await github.rest.pulls.get({
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Post artifact link
9797
if: github.event_name == 'issue_comment'
98-
uses: actions/github-script@v8
98+
uses: actions/github-script@v9
9999
with:
100100
script: |
101101
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)