We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff8987 commit 43b929fCopy full SHA for 43b929f
1 file changed
.github/workflows/main_ci.yml
@@ -23,7 +23,7 @@ jobs:
23
windows:
24
runs-on: windows-latest
25
steps:
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
27
with:
28
path: main
29
@@ -35,7 +35,7 @@ jobs:
35
./vcpkg --version > ${{ github.workspace }}/vcpkg-version.txt
36
37
- name: Cache vcpkg
38
- uses: actions/cache@v2
+ uses: actions/cache@v4
39
id: vcpkg-cache
40
env:
41
cache-name: vcpkg-cache
0 commit comments