Skip to content

Commit fbd67a6

Browse files
Update actions/github-script action to v8
1 parent f7daf15 commit fbd67a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v5
9090
- name: Create release tag
9191
id: tag_release
92-
uses: actions/github-script@v7
92+
uses: actions/github-script@v8
9393
with:
9494
script: |
9595
const version = process.env.PACKAGE_VERSION;

0 commit comments

Comments
 (0)