From 528befe354774dbaf4f43aec6f431406e5c9c040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 23:29:10 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.2.3 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') }}