Skip to content

Commit 6eb5fc6

Browse files
Update actions/github-script action to v9
1 parent 4db9c71 commit 6eb5fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
#Publish
118118
- name: Create git tag (${{ steps.version.outputs.next-version-tag }})
119-
uses: actions/github-script@v6
119+
uses: actions/github-script@v9
120120
with:
121121
script: |
122122
github.rest.git.createRef({

0 commit comments

Comments
 (0)