Skip to content

Commit 553036d

Browse files
dependabot[bot]ksroda-saclaude
authored
build(deps): bump actions/cache from 5.0.5 to 6.1.0 (#293)
* build(deps): bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 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@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: correct actions/cache pin comment to v6 The dependabot bump updated the SHA to the v6.1.0 commit but left the trailing comment as # v5. Update it to # v6 to match the pinned version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kamila Środa <ksroda@secureauth.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a8aa057 commit 553036d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
-dname "CN=Android Debug,O=Android,C=US"
161161
162162
- name: Cache Gradle
163-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
163+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
164164
with:
165165
path: |
166166
~/.gradle/caches

.github/workflows/test-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Cache the SPM source archives so cold resolves stay fast.
100100
- name: Cache SwiftPM (native iOS)
101101
if: steps.type.outputs.type == 'native'
102-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
102+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
103103
with:
104104
path: |
105105
~/Library/Caches/org.swift.swiftpm
@@ -139,7 +139,7 @@ jobs:
139139
# the right Pods/ for the matrix entry's Podfile.lock.
140140
- name: Cache CocoaPods (RN iOS)
141141
if: steps.type.outputs.type == 'rn'
142-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
142+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
143143
with:
144144
path: ~/Library/Caches/CocoaPods
145145
key: pods-${{ runner.os }}-${{ hashFiles(format('{0}/Podfile.lock', matrix.project)) }}

0 commit comments

Comments
 (0)