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') }}