Skip to content

Commit d7804b2

Browse files
Bump actions/github-script from 5 to 6 (#1963)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v6) --- updated-dependencies: - dependency-name: actions/github-script 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> Co-authored-by: Katie Langerman <langermank@github.com>
1 parent 8352d8d commit d7804b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release_candidate.yml

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

4444
- name: Output candidate version number
45-
uses: actions/github-script@v5
45+
uses: actions/github-script@v6
4646
with:
4747
script: |
4848
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)

.github/workflows/welcome.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 14.x
1717

1818
- name: Get or Create Comment
19-
uses: actions/github-script@v5
19+
uses: actions/github-script@v6
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |
@@ -85,7 +85,7 @@ jobs:
8585
name: Semantic Version Label
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: actions/github-script@v5
88+
- uses: actions/github-script@v6
8989
id: version-result
9090
with:
9191
github-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -98,7 +98,7 @@ jobs:
9898
return match[0][1]
9999
}
100100
101-
- uses: actions/github-script@v5
101+
- uses: actions/github-script@v6
102102
env:
103103
RELEASE: ${{ steps.version-result.outputs.result }}
104104
with:

0 commit comments

Comments
 (0)