Skip to content

Commit 25551b9

Browse files
chore(deps): bump actions/github-script from 8 to 9 (#10814)
1 parent 10077b7 commit 25551b9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm run build
3232

3333
- name: Determine released version
34-
uses: actions/github-script@v8
34+
uses: actions/github-script@v9
3535
with:
3636
script: |
3737
const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({

.github/workflows/release-swagger-ui-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm ci
3232

3333
- name: Download build artifact
34-
uses: actions/github-script@v8
34+
uses: actions/github-script@v9
3535
with:
3636
script: |
3737
const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({

.github/workflows/release-swagger-ui-react.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm ci
3232

3333
- name: Download build artifact
34-
uses: actions/github-script@v8
34+
uses: actions/github-script@v9
3535
with:
3636
script: |
3737
const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({

.github/workflows/release-swagger-ui.yml

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

3737
- name: Nothing to release
3838
if: ${{ env.NEXT_RELEASE_VERSION == '' }}
39-
uses: actions/github-script@v8
39+
uses: actions/github-script@v9
4040
with:
4141
script: |
4242
core.setFailed('Nothing to release')
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Release failed
6666
if: steps.semantic.outputs.new_release_published == 'false'
67-
uses: actions/github-script@v8
67+
uses: actions/github-script@v9
6868
with:
6969
script: |
7070
core.setFailed('Release failed')

0 commit comments

Comments
 (0)