diff --git a/.github/workflows/SE.yml b/.github/workflows/SE.yml index 9287d983dfa3..8691ac8543c2 100644 --- a/.github/workflows/SE.yml +++ b/.github/workflows/SE.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 12 - name: Restore CI Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: node_modules key: ${{ runner.os }}-12-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/SV.yml b/.github/workflows/SV.yml index c9b4ae7b7a45..e51a70f08be0 100644 --- a/.github/workflows/SV.yml +++ b/.github/workflows/SV.yml @@ -23,7 +23,7 @@ jobs: with: node-version: 12 - name: Restore CI Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.3 with: path: node_modules key: ${{ runner.os }}-12-${{ hashFiles('**/yarn.lock') }}