Skip to content

Commit 63a2ba7

Browse files
authored
Merge pull request #21 from grml/dependabot/github_actions/actions/github-script-9
ci(deps): bump actions/github-script from 8 to 9
2 parents a808dbb + 1e8daff commit 63a2ba7

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)