Skip to content

Commit 6202502

Browse files
dependabot[bot]nschimme
authored andcommitted
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2050361 commit 6202502

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
successful_run_ids: ${{ steps.check_builds.outputs.successful_run_ids }}
1616
steps:
1717
- name: Check if all required builds are complete and get run IDs
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
id: check_builds
2020
with:
2121
script: |
@@ -73,7 +73,7 @@ jobs:
7373
run: npm install adm-zip
7474

7575
- name: Download all build artifacts
76-
uses: actions/github-script@v7
76+
uses: actions/github-script@v8
7777
id: download_artifacts
7878
with:
7979
script: |

.github/workflows/deploy-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
successful_run_ids: ${{ steps.check_builds.outputs.successful_run_ids }}
4242
steps:
4343
- name: Check if all required builds are complete and get run IDs
44-
uses: actions/github-script@v7
44+
uses: actions/github-script@v8
4545
id: check_builds
4646
with:
4747
script: |
@@ -105,7 +105,7 @@ jobs:
105105
run: npm install adm-zip
106106

107107
- name: Download all build artifacts
108-
uses: actions/github-script@v7
108+
uses: actions/github-script@v8
109109
id: download_artifacts
110110
with:
111111
script: |

0 commit comments

Comments
 (0)