Skip to content

Commit ed41503

Browse files
Bump actions/github-script from 6.4.1 to 7.0.1 (#117)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6.4.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 794cf22 commit ed41503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_canary.yml

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

5151
- name: Output canary version number
52-
uses: actions/github-script@v6.4.1
52+
uses: actions/github-script@v7.0.1
5353
with:
5454
script: |
5555
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)

.github/workflows/release_candidate.yml

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

4646
- name: Output release candidate version number
47-
uses: actions/github-script@v6.4.1
47+
uses: actions/github-script@v7.0.1
4848
with:
4949
script: |
5050
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)

0 commit comments

Comments
 (0)