From 3b72099a9c67efba79b5af1447136658325fb673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:13:25 +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 }}