Skip to content

Commit 83052f2

Browse files
Bump actions/github-script from 4 to 5
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3b04b2 commit 83052f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Major version tag
3939
id: major-version
4040
if: ${{ (steps.dist.outputs.changed == 'true') && (steps.version.outputs.new_tag != '') }}
41-
uses: actions/github-script@v4
41+
uses: actions/github-script@v5
4242
with:
4343
script: |
4444
core.setOutput('tag', '${{ steps.version.outputs.new_tag }}'.split('.')[0])

0 commit comments

Comments
 (0)