From eff299ac103ff1df156fc1ede9302cdee0b96226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 23:03:48 +0000 Subject: [PATCH] chore(deps): 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/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 4a4f6bf..ccfeed5 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -28,7 +28,7 @@ jobs: xcodebuild -version - name: Cache SwiftPM build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .build @@ -88,7 +88,7 @@ jobs: - uses: actions/checkout@v7 - name: Cache SwiftPM build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .build