From 417790415311491f56eb9ce2c7a7d60faa316544 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:56:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20actions/cache=20?= =?UTF-8?q?action=20to=20`v4.2.0`?= 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 8a56629..9f5a7b8 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.1.1 + uses: actions/cache@v4.2.0 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.1.1 + uses: actions/cache@v4.2.0 with: path: node_modules key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}