Skip to content

Commit 95cdcd5

Browse files
authored
Fix Windows CI: pin to windows-2022, bump actions/checkout to v6.0.3 (#81)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent a86fdcf commit 95cdcd5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [macos-latest, ubuntu-latest]
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6.0.3
1818
with:
1919
persist-credentials: false
2020
- run: npm ci
@@ -23,9 +23,9 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
strategy:
2525
matrix:
26-
os: [windows-latest]
26+
os: [windows-2022]
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6.0.3
2929
with:
3030
persist-credentials: false
3131
- run: npm ci

0 commit comments

Comments
 (0)