From 22c8f3135f00d9b97eeb1c68828ce23bedc21051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:53:30 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 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](https://github.com/actions/cache/compare/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] --- .github/workflows/codeql.yml | 2 +- .github/workflows/ios-ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 979baf1..ce90532 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: xcode-select -p - name: Restore SwiftPM cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ env.SWIFTPM_CACHE_PATH }} diff --git a/.github/workflows/ios-ci.yml b/.github/workflows/ios-ci.yml index fa0dcfd..98cd71f 100644 --- a/.github/workflows/ios-ci.yml +++ b/.github/workflows/ios-ci.yml @@ -118,7 +118,7 @@ jobs: echo "xcode-cache-version=$cache_version" >> "$GITHUB_OUTPUT" - name: Restore SwiftPM cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .xcode-derived-data/SourcePackages key: swiftpm-${{ runner.os }}-xcode-${{ steps.xcode-version.outputs.xcode-cache-version }}-${{ hashFiles('TemplateApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }} @@ -126,7 +126,7 @@ jobs: swiftpm-${{ runner.os }}-xcode-${{ steps.xcode-version.outputs.xcode-cache-version }}- - name: Restore Xcode build cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .xcode-derived-data/Build @@ -165,7 +165,7 @@ jobs: xcode-select -p - name: Restore SwiftPM cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ env.SWIFTPM_CACHE_PATH }} @@ -228,7 +228,7 @@ jobs: xcode-select -p - name: Restore SwiftPM cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ env.SWIFTPM_CACHE_PATH }}