From be7be36617104ae5f6f99fe0c42f404827c1fa93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 04:33:30 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9F=AA=B5]=20Update=20actions/cache=20actio?= =?UTF-8?q?n=20to=20v4.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/subsplit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/subsplit.yaml b/.github/workflows/subsplit.yaml index 6dd603cac1c..c35003d8ac4 100644 --- a/.github/workflows/subsplit.yaml +++ b/.github/workflows/subsplit.yaml @@ -22,7 +22,7 @@ jobs: user_email: 'ceesjank@gmail.com' - name: Cache splitsh-lite id: splitsh-cache - uses: actions/cache@v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: './.splitsh' key: '${{ runner.os }}-splitsh-d-101'