diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b262070..0097d784 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - id: cache-npm name: restore npm cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: npm-cache-${{ github.ref_name }} path: ${{ env.npm_config_cache }} @@ -66,7 +66,7 @@ jobs: - id: cache-npm name: restore npm cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: npm-cache-${{ github.ref_name }} path: ${{ env.npm_config_cache }} @@ -90,7 +90,7 @@ jobs: - id: cache-npm name: restore npm cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: npm-cache-${{ github.ref_name }} path: ${{ env.npm_config_cache }}