Skip to content

Commit 70d18f0

Browse files
chore(deps): update actions/github-script action to v9
1 parent 3f4d16b commit 70d18f0

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)