Skip to content

Commit 27836f9

Browse files
Bump actions/github-script from 6 to 8 (#773)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc4d9bd commit 27836f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Output canary version number
50-
uses: actions/github-script@v6
50+
uses: actions/github-script@v8
5151
with:
5252
script: |
5353
const package = require(`${process.env.GITHUB_WORKSPACE}/theme/package.json`)

0 commit comments

Comments
 (0)