Skip to content

Commit 127d482

Browse files
Update actions/github-script action to v6 (#108)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 66039d7 commit 127d482

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
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.inputs.version != null
1919
run: echo "RELEASE_VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
2020

21-
- uses: actions/github-script@v5
21+
- uses: actions/github-script@v6
2222
if: github.event.inputs.version == null
2323
id: candidate-version
2424
with:

0 commit comments

Comments
 (0)