Skip to content

Commit 95088f8

Browse files
committed
CI: updated checkout to v3
1 parent 69add73 commit 95088f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
Linux:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
with:
1111
fetch-depth: 0
1212
- name: install dependencies
@@ -28,7 +28,7 @@ jobs:
2828
CC: clang
2929
CXX: clang++
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
with:
3333
fetch-depth: 0
3434
- name: install dependencies
@@ -47,7 +47,7 @@ jobs:
4747
Windows-Latest:
4848
runs-on: windows-latest
4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v3
5151
with:
5252
fetch-depth: 0
5353
- name: install dependencies

0 commit comments

Comments
 (0)