Skip to content

Commit 729c57a

Browse files
chore(deps): update actions/github-script action to v8 (#293)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70930a7 commit 729c57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Extract Tag Info
2626
id: tag-info-raw
27-
uses: actions/github-script@v6
27+
uses: actions/github-script@v8
2828
with:
2929
script: |
3030
const tag = "${{ github.ref }}";

0 commit comments

Comments
 (0)