From e6c4887e307bbbb94bb81caa7b704fe9b975937f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:03:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20actions/cache=20?= =?UTF-8?q?action=20to=20`v4.1.1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f5b136f..8a56629 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -44,7 +44,7 @@ jobs: with: node-version: 16 - name: Restore NodeJS Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: node_modules key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }} @@ -66,7 +66,7 @@ jobs: with: node-version: 16 - name: Restore NodeJS Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: node_modules key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}