@@ -335,7 +335,7 @@ jobs:
335335 vcpkgGitCommitId : ' 66c0373dc7fca549e5803087b9487edfe3aca0a1'
336336
337337 - name : Cache vcpkg packages and binaries
338- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # pin@v5 .0.5
338+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # pin@v6 .0.0
339339 with :
340340 path : |
341341 ${{ github.workspace }}/vcpkg/installed
@@ -352,7 +352,7 @@ jobs:
352352 VCPKG_BINARY_SOURCES : ' clear;files,${{ github.workspace }}/vcpkg-binary-cache,readwrite'
353353
354354 - name : Cache Windows example app build
355- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # pin@v5 .0.5
355+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # pin@v6 .0.0
356356 with :
357357 path : auth0_flutter/example/build/windows
358358 key : win-example-build-${{ runner.os }}-${{ hashFiles('auth0_flutter/windows/**/*.cpp', 'auth0_flutter/windows/**/*.h', 'auth0_flutter/windows/CMakeLists.txt', 'auth0_flutter/windows/vcpkg.json') }}-${{ hashFiles('auth0_flutter/example/lib/**/*.dart') }}
@@ -373,7 +373,7 @@ jobs:
373373 shell : powershell
374374
375375 - name : Cache Windows unit test build
376- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # pin@v5 .0.5
376+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # pin@v6 .0.0
377377 with :
378378 path : auth0_flutter/windows/build
379379 key : win-test-build-${{ runner.os }}-${{ hashFiles('auth0_flutter/windows/**/*.cpp', 'auth0_flutter/windows/**/*.h', 'auth0_flutter/windows/CMakeLists.txt', 'auth0_flutter/windows/test/**', 'auth0_flutter/windows/vcpkg.json') }}
0 commit comments