We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7bf9e commit 392dbe0Copy full SHA for 392dbe0
.github/workflows/windows.yml
@@ -97,15 +97,15 @@ jobs:
97
bundler: none
98
windows-toolchain: none
99
100
- - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
+ - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
101
with:
102
path: C:\vcpkg\downloads
103
key: ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-${{ github.sha }}
104
restore-keys: |
105
${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-
106
${{ runner.os }}-vcpkg-download-
107
108
109
110
path: C:\vcpkg\installed
111
key: ${{ runner.os }}-vcpkg-installed-${{ env.OS_VER }}-${{ github.sha }}
0 commit comments