ci: avoid corrupt GitHub action cache on release runner

This commit is contained in:
2026-08-30 23:17:17 +02:00
parent e62a1d8c1b
commit b454bafec3
+2 -2
View File
@@ -15,10 +15,10 @@ jobs:
release:
runs-on: windows-native
steps:
- uses: actions/checkout@v4
- uses: https://gitea.com/actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-node@v4
- uses: https://gitea.com/actions/setup-node@v4
with:
node-version: 22
cache: npm