Skip to content

Commit 4bb12b5

Browse files
Update actions/github-script action to v8 (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46407eb commit 4bb12b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

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

6464
- name: Create tag
6565
id: create_tag
66-
uses: actions/github-script@v7
66+
uses: actions/github-script@v8
6767
with:
6868
github-token: ${{ secrets.PUSH_PAT }}
6969
script: |

0 commit comments

Comments
 (0)