Skip to content

Commit 7586241

Browse files
Merge pull request #229 from PhantomGamers/dependabot/github_actions/Actions/github-script-8
Bump Actions/github-script from 7 to 8
2 parents 0bf68b4 + 5900030 commit 7586241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
regex: '^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$'
2323
- name: Fail if invalid
2424
if: steps.check-tag.outputs.match == ''
25-
uses: Actions/github-script@v7
25+
uses: Actions/github-script@v8
2626
with:
2727
script: |
2828
core.setFailed('Invalid tag')

0 commit comments

Comments
 (0)