Skip to content

Commit d51b4fd

Browse files
committed
Update actions/cache for windows workflow
See actions/cache#1510
1 parent c32d6f8 commit d51b4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# install extra package deps (zlib) (static: _a.lib, and dynamic .lib)
5050
- name: cache vcpkg libraries
5151
id: cache-vcpkg
52-
uses: actions/cache@v2
52+
uses: actions/cache@v4
5353
with:
5454
path: |
5555
${{github.workspace}}/vcpkg

0 commit comments

Comments
 (0)