From 73176820c37edb7350397aa0b7920df893de99be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:09:36 +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 31d3c7cb858..282e0e1abf9 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 886feafe01b..f4e6c76695f 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -76,7 +76,7 @@ jobs: - run: | mkdir scans - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}