diff --git a/.github/workflows/test-preview.yml b/.github/workflows/test-preview.yml index 6f29d715..8e9df2f8 100644 --- a/.github/workflows/test-preview.yml +++ b/.github/workflows/test-preview.yml @@ -30,7 +30,7 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.1.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}