@@ -131,7 +131,7 @@ jobs:
131131        fetch-depth : 0 
132132
133133    - name : Restore vcpkg cache 
134-       uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684   #  v4.2.3 
134+       uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809   #  v4.2.4 
135135      id : cache 
136136      with :
137137        path : vcpkg_pkgs_cache.zip 
@@ -243,7 +243,7 @@ jobs:
243243
244244     - name : Save vcpkg cache 
245245      if : steps.cache.outputs.cache-hit != 'true' 
246-       uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684   #  v4.2.3 
246+       uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809   #  v4.2.4 
247247      with :
248248        path : ${{github.workspace}}/vcpkg_pkgs_cache.zip 
249249        key : ${{ steps.cache.outputs.cache-primary-key }} 
@@ -273,7 +273,7 @@ jobs:
273273        fetch-depth : 0 
274274
275275    - name : Restore vcpkg cache 
276-       uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684   #  v4.2.3 
276+       uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809   #  v4.2.4 
277277      id : cache 
278278      with :
279279        path : vcpkg_pkgs_cache.zip 
@@ -354,7 +354,7 @@ jobs:
354354
355355     - name : Save vcpkg cache 
356356      if : steps.cache.outputs.cache-hit != 'true' 
357-       uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684   #  v4.2.3 
357+       uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809   #  v4.2.4 
358358      with :
359359        path : ${{github.workspace}}/vcpkg_pkgs_cache.zip 
360360        key : ${{ steps.cache.outputs.cache-primary-key }} 
0 commit comments