mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
build(deps): bump rharkor/caching-for-turbo from 2.3.13 to 2.4.2
Bumps [rharkor/caching-for-turbo](https://github.com/rharkor/caching-for-turbo) from 2.3.13 to 2.4.2. - [Release notes](https://github.com/rharkor/caching-for-turbo/releases) - [Commits](https://github.com/rharkor/caching-for-turbo/compare/v2.3.13...v2.4.2) --- updated-dependencies: - dependency-name: rharkor/caching-for-turbo dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/e2e-test.yml
vendored
2
.github/workflows/e2e-test.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
cache: yarn
|
cache: yarn
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: E2E Test
|
- name: E2E Test
|
||||||
|
|||||||
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
cache: yarn
|
cache: yarn
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: Integration Test
|
- name: Integration Test
|
||||||
|
|||||||
8
.github/workflows/lib-check.yml
vendored
8
.github/workflows/lib-check.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
cache: yarn
|
cache: yarn
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: Build Types
|
- name: Build Types
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
cache: yarn
|
cache: yarn
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: Build Dist
|
- name: Build Dist
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
cache: yarn
|
cache: yarn
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: Build Types
|
- name: Build Types
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
cache: yarn
|
cache: yarn
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: Test Type Test
|
- name: Test Type Test
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
deno-version: 'v2.1.x'
|
deno-version: 'v2.1.x'
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: Deno Unit Test
|
- name: Deno Unit Test
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
bun-version: '1.1.42'
|
bun-version: '1.1.42'
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: Bun Unit Test
|
- name: Bun Unit Test
|
||||||
|
|||||||
6
.github/workflows/site.yml
vendored
6
.github/workflows/site.yml
vendored
@@ -26,11 +26,11 @@ jobs:
|
|||||||
- name: yarn install (root)
|
- name: yarn install (root)
|
||||||
run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-website-
|
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
|
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)
|
- name: yarn install (root)
|
||||||
run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: Build all pkg
|
- name: Build all pkg
|
||||||
|
|||||||
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
cache: yarn
|
cache: yarn
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v2.3.13
|
uses: rharkor/caching-for-turbo@v2.4.2
|
||||||
with:
|
with:
|
||||||
cache-prefix: turbo-cache-
|
cache-prefix: turbo-cache-
|
||||||
- name: Unit Test
|
- name: Unit Test
|
||||||
|
|||||||
Reference in New Issue
Block a user