We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1633a7e commit 95f47d7Copy full SHA for 95f47d7
2 files changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
pnpm run build
36
pnpm run publint
37
38
- - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
+ - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
39
id: version_to_release
40
with:
41
result-encoding: string
.github/workflows/sync-volar.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Create issue if runTsc.ts changed
27
if: steps.check_changes.outputs.file_changed == 'true'
28
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
29
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
script: |
0 commit comments