Skip to content

Commit cad22b5

Browse files
Update actions/github-script action to v8
1 parent e67df4f commit cad22b5

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@v7
21+
- uses: actions/github-script@v8
2222
if: github.event.inputs.version == null
2323
id: candidate-version
2424
with:

0 commit comments

Comments
 (0)