From d1dae4af6492f01aa0fc6e0dd9aacc41e5023e8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:03:55 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9f5a4f..f75b371 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: - uses: oven-sh/setup-bun@v2 - name: Cache SPM packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | build/derived/SourcePackages @@ -65,7 +65,7 @@ jobs: - name: Cache Ghostty xcframework id: ghostty-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ghostty/macos/GhosttyKit.xcframework