Skip to content

Commit fcd2d9e

Browse files
howyallarewez
authored andcommitted
Upgrade to actions/checkout@v3
1 parent c162c62 commit fcd2d9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- name: configure
2323
run: cmake .
2424
- name: build
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- name: configure
3434
run: cmake -DASAN=on -DCMAKE_BUILD_TYPE=Debug .
3535
- name: build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [macos-latest, windows-latest, ubuntu-latest]
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: configure
2222
run: cmake .
2323
- name: build

0 commit comments

Comments
 (0)