diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 75d85c6..aa0cd0a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: with: node-version-file: .nvmrc cache: "npm" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: .turbo key: ${{ runner.os }}/${{ matrix.task }}/${{ github.sha }} @@ -58,7 +58,7 @@ jobs: with: node-version-file: .nvmrc cache: "npm" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: .turbo key: ${{ runner.os }}/test/${{ github.sha }}