Skip to content

Commit ac42666

Browse files
chore(deps): bump actions/cache from 4 to 5 (#1099)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9565faa commit ac42666

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
java-package: jdk
6262

6363
- name: Restore Gradle cache
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
path: |
6767
~/.gradle/caches

.github/workflows/build-ios-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: sudo xcode-select -s "/Applications/Xcode_16.4.app/Contents/Developer"
3333

3434
- name: Restore Pods cache
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: example/ios/Pods
3838
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: sudo xcode-select -s "/Applications/Xcode_16.4.app/Contents/Developer"
6565

6666
- name: Restore Pods cache
67-
uses: actions/cache@v4
67+
uses: actions/cache@v5
6868
with:
6969
path: example/ios/Pods
7070
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}

0 commit comments

Comments
 (0)