Skip to content

Commit 5ca5bb5

Browse files
Bump actions/github-script from 7.0.1 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...v9.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa9a635 commit 5ca5bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383

8484
- name: Output canary version number
85-
uses: actions/github-script@v7.0.1
85+
uses: actions/github-script@v9.0.0
8686
with:
8787
script: |
8888
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
@@ -131,7 +131,7 @@ jobs:
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132132

133133
- name: Output release candidate version number
134-
uses: actions/github-script@v7.0.1
134+
uses: actions/github-script@v9.0.0
135135
with:
136136
script: |
137137
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)

0 commit comments

Comments
 (0)