File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,15 +96,15 @@ jobs:
96
96
${{ steps.find-tools.outputs.needs }}
97
97
if : ${{ steps.find-tools.outputs.needs != '' }}
98
98
99
- - uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
99
+ - uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
100
100
with :
101
101
path : C:\vcpkg\downloads
102
102
key : ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-${{ github.sha }}
103
103
restore-keys : |
104
104
${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-
105
105
${{ runner.os }}-vcpkg-download-
106
106
107
- - uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
107
+ - uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
108
108
with :
109
109
path : C:\vcpkg\installed
110
110
key : ${{ runner.os }}-vcpkg-installed-${{ env.OS_VER }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments