Skip to content

Commit 114b1bc

Browse files
dependabot[bot]cakebaker
authored andcommitted
build(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 113c307 commit 114b1bc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: List Annotations
21-
uses: actions/github-script@v8
21+
uses: actions/github-script@v9
2222
with:
2323
script: |
2424
let artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -46,7 +46,7 @@ jobs:
4646
- run: unzip comment.zip
4747

4848
- name: Comment on PR
49-
uses: actions/github-script@v8
49+
uses: actions/github-script@v9
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
script: |

.github/workflows/compat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: gnu-result
6161
path: gnu-result.json
6262
- name: Download artifacts (gnu-result and gnu-test-report)
63-
uses: actions/github-script@v8
63+
uses: actions/github-script@v9
6464
with:
6565
script: |
6666
let fs = require('fs');
@@ -146,7 +146,7 @@ jobs:
146146
name: bfs-result
147147
path: bfs-result.json
148148
- name: Download artifacts (gnu-result and bfs-test-report)
149-
uses: actions/github-script@v8
149+
uses: actions/github-script@v9
150150
with:
151151
script: |
152152
let fs = require('fs');
@@ -201,7 +201,7 @@ jobs:
201201

202202
steps:
203203
- name: List Annotations
204-
uses: actions/github-script@v8
204+
uses: actions/github-script@v9
205205

206206
with:
207207
script: |

0 commit comments

Comments
 (0)