diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 791fcb56a..01ce1c355 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -23,7 +23,7 @@ jobs: cache: yarn - run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: E2E Test diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index a8ba92922..89604e487 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -20,7 +20,7 @@ jobs: cache: yarn - run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: Integration Test diff --git a/.github/workflows/lib-check.yml b/.github/workflows/lib-check.yml index 8ce8620b7..aff2b289a 100644 --- a/.github/workflows/lib-check.yml +++ b/.github/workflows/lib-check.yml @@ -20,7 +20,7 @@ jobs: cache: yarn - run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: Build Types @@ -37,7 +37,7 @@ jobs: cache: yarn - run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: Build Dist @@ -55,7 +55,7 @@ jobs: cache: yarn - run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: Build Types @@ -75,7 +75,7 @@ jobs: cache: yarn - run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: Test Type Test diff --git a/.github/workflows/other-runtime-unit-test.yml b/.github/workflows/other-runtime-unit-test.yml index aed63b1eb..f3e3dd13f 100644 --- a/.github/workflows/other-runtime-unit-test.yml +++ b/.github/workflows/other-runtime-unit-test.yml @@ -23,7 +23,7 @@ jobs: deno-version: 'v2.1.x' - run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: Deno Unit Test @@ -42,7 +42,7 @@ jobs: bun-version: '1.1.42' - run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: Bun Unit Test diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index c60539947..d081acb58 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -26,11 +26,11 @@ jobs: - name: yarn install (root) run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache-website- server-port: 41231 # The default is 41230, but we use a different cache key so we need a different port @@ -70,7 +70,7 @@ jobs: - name: yarn install (root) run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: Build all pkg diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index fb4f495ea..5bbfbdc43 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -20,7 +20,7 @@ jobs: cache: yarn - run: yarn install --immutable - name: Cache for Turbo - uses: rharkor/caching-for-turbo@v2.3.13 + uses: rharkor/caching-for-turbo@v2.4.2 with: cache-prefix: turbo-cache- - name: Unit Test