Skip to content

Commit 298f2ee

Browse files
committed
[.github/workflows/github-actions.yml] Upgrade actions
1 parent 0b15fe9 commit 298f2ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: ${{ matrix.os }}
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020

2121
- name: mkdir
2222
run: mkdir build
@@ -31,14 +31,14 @@ jobs:
3131

3232
- name: Cache vcpkg
3333
id: cache-vcpkg
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: vcpkg
3737
key: ${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }}-857bccdad005957391854448a15ba30e8c118503
3838
if: matrix.os == 'windows-latest'
3939

4040
- name: checkout vcpkg
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v4
4242
with:
4343
repository: "microsoft/vcpkg"
4444
ref: 857bccdad005957391854448a15ba30e8c118503

0 commit comments

Comments
 (0)