We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfd2bd commit 68158d5Copy full SHA for 68158d5
.github/workflows/release.yml
@@ -16,12 +16,12 @@ jobs:
16
contents: write
17
id-token: write
18
steps:
19
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20
with:
21
fetch-depth: 0
22
23
- run: corepack enable
24
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
+ - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
25
26
node-version: lts/*
27
playground/package.json
@@ -28,6 +28,6 @@
28
"@vue/tsconfig": "0.8.1",
29
"typescript": "5.9.3",
30
"vite": "7.2.6",
31
- "vue-tsc": "3.1.5"
+ "vue-tsc": "3.1.7"
32
}
33
0 commit comments