Skip to content

Commit 9cc7e2b

Browse files
update actions/checkout to v4 in CI workflows (#166)
1 parent 0c81191 commit 9cc7e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake-test-release-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# run: Get-PSDrive
3131
# shell: pwsh
3232

33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
3434

3535
- name: Cache Build 3rd Party
3636
id: cache-3rd-party

.github/workflows/cmake-test-release-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# run: Get-PSDrive
3131
# shell: pwsh
3232

33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
3434

3535
- name: Cache Build 3rd Party
3636
id: cache-3rd-party

0 commit comments

Comments
 (0)