From 99430e57121e45132c2c7c506ff3b55041d0414e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:08:44 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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 c64fc2c..40544a1 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@v4 + uses: actions/cache@v5 with: path: ~/.swiftpm/swift-sdks key: static-linux-sdk-swift-6.2.3-${{ matrix.arch }}