Skip to content

Commit 389f020

Browse files
committed
CI/CD - update checkout to v4
1 parent b261845 commit 389f020

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
container:
2929
image: ghcr.io/cmakelib/${{ matrix.image }}
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v4
3232
- name: Init CMakelib
3333
run: |
3434
git clone "https://github.com/cmakelib/cmakelib.git"
@@ -42,7 +42,7 @@ jobs:
4242
cmdopt: [ "-P ./CMakeLists.txt", "." ]
4343
runs-on: windows-latest
4444
steps:
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v4
4646
- name: Init CMakelib
4747
run: |
4848
git clone "https://github.com/cmakelib/cmakelib.git"
@@ -58,7 +58,7 @@ jobs:
5858
cmdopt: [ "-P ./CMakeLists.txt", "." ]
5959
runs-on: macos-latest
6060
steps:
61-
- uses: actions/checkout@v2
61+
- uses: actions/checkout@v4
6262
- name: Init CMakelib
6363
run: |
6464
git clone "https://github.com/cmakelib/cmakelib.git"

0 commit comments

Comments
 (0)