Skip to content

Commit 5ad5f1c

Browse files
Merge pull request #105 from o2sdev/renovate/actions-github-script-8.x
chore(deps): update actions/github-script action to v8
2 parents 74261db + 5a66705 commit 5ad5f1c

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)