diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 7b9c837..e360eeb 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -103,7 +103,7 @@ jobs: restore-keys: ${{ runner.os }}-turbo-${{ matrix.check }}- - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache/restore@v4 with: path: | node_modules @@ -143,7 +143,7 @@ jobs: restore-keys: ${{ runner.os }}-turbo- - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache/restore@v4 with: path: | node_modules