Skip to content

Commit 19dfa40

Browse files
Bump actions/github-script from 6 to 7 (#430)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fce248 commit 19dfa40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
&& !( contains(github.event.inputs.versionTag, 'alpha')
4545
|| contains(github.event.inputs.versionTag, 'beta')
4646
|| contains(github.event.inputs.versionTag, 'rc')) }}
47-
uses: actions/github-script@v6
47+
uses: actions/github-script@v7
4848
with:
4949
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
5050
script: |
@@ -58,7 +58,7 @@ jobs:
5858
&& ( contains(github.event.inputs.versionTag, 'alpha')
5959
|| contains(github.event.inputs.versionTag, 'beta')
6060
|| contains(github.event.inputs.versionTag, 'rc')) }}
61-
uses: actions/github-script@v6
61+
uses: actions/github-script@v7
6262
with:
6363
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
6464
script: |
@@ -87,7 +87,7 @@ jobs:
8787
run: git push
8888

8989
- name: Open PR with version bump
90-
uses: actions/github-script@v6
90+
uses: actions/github-script@v7
9191
with:
9292
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
9393
script: |

0 commit comments

Comments
 (0)