From 515137e66762307488c432d05e161f7daa157a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:30:24 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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/ci.yml | 8 ++++---- .github/workflows/docs.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18517a7..d915c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: - name: Restore SwiftPM cache id: swiftpm-cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v6 with: path: | .build @@ -150,7 +150,7 @@ jobs: - name: Restore libghostty-vt cache id: ghostty-cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v6 with: # Source checkouts and intermediate build trees are re-creatable and # huge; cache only the installed artifacts. @@ -183,7 +183,7 @@ jobs: # expensive Zig artifact (Windows cold build is the long pole). - name: Save libghostty-vt cache after build if: steps.ghostty-cache.outputs.cache-hit != 'true' - uses: actions/cache/save@v4 + uses: actions/cache/save@v6 with: path: | ~/.cache/tessera/libghostty-vt @@ -199,7 +199,7 @@ jobs: - name: Save SwiftPM cache after build if: steps.swiftpm-cache.outputs.cache-hit != 'true' - uses: actions/cache/save@v4 + uses: actions/cache/save@v6 with: path: | .build diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0cef27a..a5037bc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,7 +49,7 @@ jobs: run: brew install cmake ninja zig@0.15 - name: Restore libghostty-vt cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: # Key/path shape must match the CI test job so both share entries. path: |