We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b15fe9 commit 298f2eeCopy full SHA for 298f2ee
.github/workflows/github-actions.yml
@@ -16,7 +16,7 @@ jobs:
16
name: ${{ matrix.os }}
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
21
- name: mkdir
22
run: mkdir build
@@ -31,14 +31,14 @@ jobs:
31
32
- name: Cache vcpkg
33
id: cache-vcpkg
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
with:
36
path: vcpkg
37
key: ${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }}-857bccdad005957391854448a15ba30e8c118503
38
if: matrix.os == 'windows-latest'
39
40
- name: checkout vcpkg
41
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
42
43
repository: "microsoft/vcpkg"
44
ref: 857bccdad005957391854448a15ba30e8c118503
0 commit comments