Skip to content

Commit 7a840a2

Browse files
authored
Merge pull request #85 from bix0r/update-ci-cache
Update actions/cache for windows workflow
2 parents 96b8c32 + d51b4fd commit 7a840a2

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)