Skip to content

Commit de26bd8

Browse files
chore(deps): update actions/github-script action to v9
1 parent cc0141d commit de26bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git push origin v${{ inputs.version }}
5050
5151
- name: Create GitHub Release
52-
uses: actions/github-script@v7
52+
uses: actions/github-script@v9
5353
with:
5454
script: |
5555
await github.rest.repos.createRelease({

0 commit comments

Comments
 (0)