Skip to content

Commit 1ba777f

Browse files
chore(deps): bump actions/cache from 5 to 6 (#1077)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48e5ed7 commit 1ba777f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
java-package: jdk
4646

4747
- name: Restore Gradle cache
48-
uses: actions/cache@v5
48+
uses: actions/cache@v6
4949
with:
5050
path: |
5151
~/.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@v5
35+
uses: actions/cache@v6
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
@@ -56,7 +56,7 @@ jobs:
5656
run: sudo xcode-select -s "/Applications/Xcode_26.2.app/Contents/Developer"
5757

5858
- name: Restore Pods cache
59-
uses: actions/cache@v5
59+
uses: actions/cache@v6
6060
with:
6161
path: example/ios/Pods
6262
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}

.github/workflows/harness-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
java-package: jdk
8282

8383
- name: Restore Gradle cache
84-
uses: actions/cache@v5
84+
uses: actions/cache@v6
8585
with:
8686
path: |
8787
~/.gradle/caches
@@ -101,7 +101,7 @@ jobs:
101101
ls /dev/kvm
102102
103103
- name: AVD cache
104-
uses: actions/cache@v5
104+
uses: actions/cache@v6
105105
id: avd-cache
106106
with:
107107
path: |

.github/workflows/harness-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: sudo xcode-select -s "/Applications/Xcode_${{ env.XCODE_VERSION }}.app/Contents/Developer"
8383

8484
- name: Restore Pods cache
85-
uses: actions/cache@v5
85+
uses: actions/cache@v6
8686
with:
8787
path: example/ios/Pods
8888
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}

0 commit comments

Comments
 (0)