Skip to content

Commit 3346dcd

Browse files
build(deps): bump actions/cache from 4 to 5 (#408)
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 4744d4a commit 3346dcd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ios-ui-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Cache Cargo Dependencies
5151
if: runner.environment == 'github-hosted'
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: |
5555
~/.cargo/registry
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Cache Cargo Target
6262
if: runner.environment == 'github-hosted'
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
with:
6565
path: |
6666
core/target
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Cache Swift Package Manager
7272
if: runner.environment == 'github-hosted'
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
with:
7575
path: |
7676
~/.swiftpm

0 commit comments

Comments
 (0)