diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7098e26..1fc98e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Cache node_modules id: cache-install - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -87,7 +87,7 @@ jobs: - name: Restore node_modules cache id: cache-restore - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -101,7 +101,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Restore Turborepo cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .turbo key: turbo-${{ runner.os }}-lint-${{ hashFiles('**/pnpm-lock.yaml', '**/package.json', '**/.eslintrc*', '**/eslint.config.js') }} @@ -135,7 +135,7 @@ jobs: - name: Restore node_modules cache id: cache-restore - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -149,7 +149,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Restore Turborepo cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .turbo key: turbo-${{ runner.os }}-typecheck-${{ hashFiles('**/pnpm-lock.yaml', '**/package.json', '**/tsconfig*.json') }} @@ -183,7 +183,7 @@ jobs: - name: Restore node_modules cache id: cache-restore - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -197,7 +197,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Restore Turborepo cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .turbo key: turbo-${{ runner.os }}-build-${{ hashFiles('**/pnpm-lock.yaml', '**/package.json', '**/turbo.json') }} @@ -211,7 +211,7 @@ jobs: run: pnpm build - name: Cache build artifacts - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | **/dist @@ -240,7 +240,7 @@ jobs: - name: Restore node_modules cache id: cache-restore - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules @@ -254,7 +254,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Restore Turborepo cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .turbo key: turbo-${{ runner.os }}-test-${{ hashFiles('**/pnpm-lock.yaml', '**/package.json', '**/turbo.json') }} @@ -315,7 +315,7 @@ jobs: - name: Restore node_modules cache id: cache-restore - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules