Skip to content

Commit c559634

Browse files
Update actions/github-script action to v7 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34789d2 commit c559634

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)