Skip to content

Commit 6eea105

Browse files
build(deps): bump actions/cache from 4 to 5 (#772)
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 0251fb5 commit 6eea105

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
- name: Prepare CI Environment
245245
uses: ./.github/actions/prepare_env
246246
- name: Cache sample .build
247-
uses: actions/cache@v4
247+
uses: actions/cache@v5
248248
continue-on-error: true
249249
with:
250250
path: Samples/${{ matrix.sample_app }}/.build
@@ -283,7 +283,7 @@ jobs:
283283
env:
284284
SWIFT_VERSION: "${{ matrix.swift_version }}"
285285
- name: Cache sample .build
286-
uses: actions/cache@v4
286+
uses: actions/cache@v5
287287
continue-on-error: true
288288
with:
289289
path: Samples/${{ matrix.sample_app }}/.build

0 commit comments

Comments
 (0)