Skip to content

Commit 4eaec98

Browse files
GitHub Action: Bump actions/github-script from 7 to 8 (#488)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd82750 commit 4eaec98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ReleaseWorkflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Get Current Draft Release
3636
id: draft_release
37-
uses: actions/github-script@v7
37+
uses: actions/github-script@v8
3838
with:
3939
script: |
4040
const releases = await github.rest.repos.listReleases({
@@ -80,7 +80,7 @@ jobs:
8080
RUSTC_BOOTSTRAP: 1
8181

8282
- name: Wait for Release Draft Updater
83-
uses: actions/github-script@v7
83+
uses: actions/github-script@v8
8484
with:
8585
script: |
8686
const workflowId = "release-draft.yml";
@@ -116,7 +116,7 @@ jobs:
116116
}
117117
118118
- name: Publish Release
119-
uses: actions/github-script@v7
119+
uses: actions/github-script@v8
120120
with:
121121
script: |
122122
const releaseId = ${{ steps.draft_release.outputs.id }};

0 commit comments

Comments
 (0)