From 4c051bf715c98c6a8a02e0c8b45a08bc07a27a73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:15:53 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/file-system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/file-system.yml b/.github/workflows/file-system.yml index d69950c..2d1a7ce 100644 --- a/.github/workflows/file-system.yml +++ b/.github/workflows/file-system.yml @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache Static Linux SDK - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.swiftpm/swift-sdks key: static-linux-sdk-swift-6.2.3-${{ matrix.arch }}