We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a1326d + b699b5c commit b5c3a07Copy full SHA for b5c3a07
1 file changed
.github/workflows/build.yml
@@ -289,7 +289,7 @@ jobs:
289
run: vcpkg install --dry-run | Tee-Object -FilePath vcpkg-install.log -Encoding UTF8
290
291
- name: Cache
292
- uses: actions/cache@v4
+ uses: actions/cache@v5
293
with:
294
path: vcpkg_binary_cache
295
key: ${{ runner.os }}-${{ runner.arch }}-vcpkg-${{ hashFiles('vcpkg-install.log') }}
0 commit comments