From 9592928054e0c840e4110deb6975b60aa111b034 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:54:33 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/report.yml | 2 +- .github/workflows/scans.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 31d3c7cb85..282e0e1abf 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index cfd1b4d792..9244d6dd9f 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -74,7 +74,7 @@ jobs: - run: | mkdir scans - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}