diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63ba5d88..0e64d159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: node-version: 12.14 - name: Cache node modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: @@ -38,7 +38,7 @@ jobs: run: npm test - name: Cache coverage - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-coverage with: @@ -58,7 +58,7 @@ jobs: ref: ${{ github.ref }} - name: Cache coverage - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-coverage with: @@ -88,7 +88,7 @@ jobs: node-version: 12.14 - name: Cache node modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: