Skip to content

Commit 3b84e03

Browse files
Bump actions/github-script from 6 to 7 (#2557)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- 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>
1 parent ef9337e commit 3b84e03

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
@@ -43,7 +43,7 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Output candidate version number
46-
uses: actions/github-script@v6
46+
uses: actions/github-script@v7
4747
with:
4848
script: |
4949
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
@@ -17,7 +17,7 @@ jobs:
1717
cache: 'npm'
1818

1919
- name: Get or Create Comment
20-
uses: actions/github-script@v6
20+
uses: actions/github-script@v7
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
script: |
@@ -87,7 +87,7 @@ jobs:
8787
name: Semantic Version Label
8888
runs-on: ubuntu-latest
8989
steps:
90-
- uses: actions/github-script@v6
90+
- uses: actions/github-script@v7
9191
id: version-result
9292
with:
9393
github-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -100,7 +100,7 @@ jobs:
100100
return match[0][1]
101101
}
102102
103-
- uses: actions/github-script@v6
103+
- uses: actions/github-script@v7
104104
env:
105105
RELEASE: ${{ steps.version-result.outputs.result }}
106106
with:

0 commit comments

Comments
 (0)