Skip to content

Commit 74a949e

Browse files
committed
Updated workflow with latest checkout and cache actions
1 parent ed94161 commit 74a949e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v4
2929
with:
3030
submodules: true
3131

3232
- name: Cache
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: |
3636
~/vcpkg

0 commit comments

Comments
 (0)