Skip to content

Commit 1e8daff

Browse files
ci(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 a808dbb commit 1e8daff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Comment PR with artifact link
4949
if: github.event_name == 'pull_request'
5050
continue-on-error: true
51-
uses: actions/github-script@v8
51+
uses: actions/github-script@v9
5252
with:
5353
script: |
5454
const runId = context.runId;

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Wait for and get package build run ID
4545
id: build-run
46-
uses: actions/github-script@v8
46+
uses: actions/github-script@v9
4747
with:
4848
script: |
4949
const maxWaitTime = 10 * 60 * 1000; // 10 minutes

0 commit comments

Comments
 (0)