From 707963f234b5613574e8446735cacc7d3c4dd40f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:29:36 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 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](https://github.com/actions/cache/compare/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] --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fc3660d..fa5399d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache derived data - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.derivedData key: | @@ -106,7 +106,7 @@ jobs: - name: List available devices run: xcrun simctl list devices available - name: Cache derived data - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.derivedData @@ -131,7 +131,7 @@ jobs: config: [debug, release] steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: .build key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} @@ -145,7 +145,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: "Cache Swift Package" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .build key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} @@ -180,7 +180,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache derived data - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.derivedData key: | @@ -198,7 +198,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache derived data - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.derivedData key: | @@ -224,7 +224,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache Swift build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .build key: |