We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179b9e3 commit 2853f71Copy full SHA for 2853f71
1 file changed
.github/workflows/ci.yml
@@ -10,23 +10,23 @@ jobs:
10
windows:
11
runs-on: windows-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
- name: CI
15
shell: pwsh
16
run: |
17
.\wenv install
18
ubuntu:
19
runs-on: ubuntu-latest
20
21
22
23
24
25
./wenv install
26
macos:
27
runs-on: macos-latest
28
29
30
31
32
0 commit comments