Skip to content

Commit aff880b

Browse files
Update actions/github-script action to v7
1 parent 34789d2 commit aff880b

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@v4
9090
- name: Create release tag
9191
id: tag_release
92-
uses: actions/github-script@v6
92+
uses: actions/github-script@v7
9393
with:
9494
script: |
9595
const version = process.env.PACKAGE_VERSION;

0 commit comments

Comments
 (0)