Skip to content

Commit e775804

Browse files
dependabot[bot]utkrishtsahu
authored andcommitted
build(deps): bump actions/cache in /.github/actions/setup-darwin
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77c2a50 commit e775804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-darwin/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565

6666
- id: restore-pods-cache
6767
name: Restore Pods cache
68-
uses: actions/cache@v5
68+
uses: actions/cache@v6
6969
with:
7070
path: auth0_flutter/example/${{ steps.lowercase-platform.outputs.platform }}/Pods
7171
key: pods-${{ hashFiles('Podfile.lock') }}-${{ hashFiles('.xcode-version') }}-v1

0 commit comments

Comments
 (0)