From d9a06c4677d5d634557e761a1f15396a15da965a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:26:23 +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/build-fork.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-fork.yml b/.github/workflows/build-fork.yml index 61e1fe520..1f9e20874 100644 --- a/.github/workflows/build-fork.yml +++ b/.github/workflows/build-fork.yml @@ -29,7 +29,7 @@ jobs: xcodebuild -version - name: Cache Zig toolchain + package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/zig @@ -67,7 +67,7 @@ jobs: -Dxcframework-target=native - name: Cache Sparkle SPM archive - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .action/sparkle key: sparkle-${{ env.SPARKLE_VERSION }} @@ -83,7 +83,7 @@ jobs: echo "$(pwd)/.action/sparkle/bin" >> "$GITHUB_PATH" - name: Cache Xcode DerivedData + compilation cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/Library/Developer/Xcode/DerivedData