From 1330d4dbc7236b2f71a99f9d615b16ebdaa1bea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:43:24 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e86ec6e..3a473c9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,7 +50,7 @@ jobs: EOF - name: SwiftPM-Cache wiederherstellen - 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 f422fe2..df176a9 100644 --- a/.github/workflows/ios-ci.yml +++ b/.github/workflows/ios-ci.yml @@ -146,7 +146,7 @@ jobs: EOF - name: SwiftPM-Cache wiederherstellen - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ env.SWIFTPM_CACHE_PATH }} @@ -241,7 +241,7 @@ jobs: EOF - name: SwiftPM-Cache wiederherstellen - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ env.SWIFTPM_CACHE_PATH }} @@ -325,7 +325,7 @@ jobs: EOF - name: SwiftPM-Cache wiederherstellen - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ env.SWIFTPM_CACHE_PATH }}