Skip to content

Commit 95f47d7

Browse files
chore(deps): update actions/github-script action to v9 (#684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1633a7e commit 95f47d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pnpm run build
3636
pnpm run publint
3737
38-
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
38+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
3939
id: version_to_release
4040
with:
4141
result-encoding: string

.github/workflows/sync-volar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Create issue if runTsc.ts changed
2727
if: steps.check_changes.outputs.file_changed == 'true'
28-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
28+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
script: |

0 commit comments

Comments
 (0)