Skip to content

Commit 9eae90e

Browse files
build(deps): bump actions/cache from 6.0.0 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2c8a9bd...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 607702a commit 9eae90e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
vcpkgGitCommitId: '66c0373dc7fca549e5803087b9487edfe3aca0a1'
336336

337337
- name: Cache vcpkg packages and binaries
338-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # pin@v6.0.0
338+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # pin@v6.1.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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # pin@v6.0.0
355+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # pin@v6.1.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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # pin@v6.0.0
376+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # pin@v6.1.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

Comments
 (0)