We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69add73 commit 95088f8Copy full SHA for 95088f8
1 file changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
Linux:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
10
with:
11
fetch-depth: 0
12
- name: install dependencies
@@ -28,7 +28,7 @@ jobs:
28
CC: clang
29
CXX: clang++
30
31
32
33
34
@@ -47,7 +47,7 @@ jobs:
47
Windows-Latest:
48
runs-on: windows-latest
49
50
51
52
53
0 commit comments