Skip to content

Commit c16829b

Browse files
build(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 5023985 commit c16829b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stage.yml

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

6363
- name: Check for existing early-access release
6464
id: existing_release
65-
uses: actions/github-script@v8
65+
uses: actions/github-script@v9
6666
with:
6767
github-token: ${{ secrets.GITHUB_TOKEN }}
6868
script: |
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Delete early-access release if exists
8383
if: ${{ steps.existing_release.outputs.id }}
84-
uses: actions/github-script@v8
84+
uses: actions/github-script@v9
8585
with:
8686
github-token: ${{ secrets.GITHUB_TOKEN }}
8787
script: |
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Create new early-access release
101101
id: new_release
102-
uses: actions/github-script@v8
102+
uses: actions/github-script@v9
103103
with:
104104
github-token: ${{ secrets.GITHUB_TOKEN }}
105105
script: |

0 commit comments

Comments
 (0)