Skip to content

Commit 43b929f

Browse files
committed
ci: fix
1 parent 8ff8987 commit 43b929f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
windows:
2424
runs-on: windows-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
with:
2828
path: main
2929

@@ -35,7 +35,7 @@ jobs:
3535
./vcpkg --version > ${{ github.workspace }}/vcpkg-version.txt
3636
3737
- name: Cache vcpkg
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
id: vcpkg-cache
4040
env:
4141
cache-name: vcpkg-cache

0 commit comments

Comments
 (0)