diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e44d519e..3e9645cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -335,7 +335,7 @@ jobs: vcpkgGitCommitId: '66c0373dc7fca549e5803087b9487edfe3aca0a1' - name: Cache vcpkg packages and binaries - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # pin@v4.2.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # pin@v5.0.5 with: path: | ${{ github.workspace }}/vcpkg/installed @@ -352,7 +352,7 @@ jobs: VCPKG_BINARY_SOURCES: 'clear;files,${{ github.workspace }}/vcpkg-binary-cache,readwrite;x-gha,readwrite' - name: Cache Windows example app build - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # pin@v4.2.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # pin@v5.0.5 with: path: auth0_flutter/example/build/windows 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: shell: powershell - name: Cache Windows unit test build - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # pin@v4.2.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # pin@v5.0.5 with: path: auth0_flutter/windows/build 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') }}