From becc217217f3915788efb1a946ddab7de5bf2b1c Mon Sep 17 00:00:00 2001 From: "mrbro-bot[bot]" <137683033+mrbro-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:05:39 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eaa32e0..f1bfafd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: with: node-version-file: package.json - name: Cache Yarn packages - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: 'node_modules' key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} @@ -57,7 +57,7 @@ jobs: with: node-version-file: package.json - name: Cache Yarn packages - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: 'node_modules' key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}