1 parent a86fdcf commit 95cdcd5Copy full SHA for 95cdcd5
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [macos-latest, ubuntu-latest]
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6.0.3
18
with:
19
persist-credentials: false
20
- run: npm ci
@@ -23,9 +23,9 @@ jobs:
23
runs-on: ${{ matrix.os }}
24
strategy:
25
26
- os: [windows-latest]
+ os: [windows-2022]
27
28
29
30
31
0 commit comments