mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
build(deps): bump rharkor/caching-for-turbo from 2.5.0 to 2.5.1 (#5237)
Bumps [rharkor/caching-for-turbo](https://github.com/rharkor/caching-for-turbo) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/rharkor/caching-for-turbo/releases) - [Commits](https://github.com/rharkor/caching-for-turbo/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: rharkor/caching-for-turbo dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
cache: yarn
|
||||
- run: yarn install --immutable
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v2.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
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.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
with:
|
||||
cache-prefix: turbo-cache-
|
||||
- name: Build Dist
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
cache: yarn
|
||||
- run: yarn install --immutable
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v2.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
with:
|
||||
cache-prefix: turbo-cache-
|
||||
- name: Build Types
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
cache: yarn
|
||||
- run: yarn install --immutable
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v2.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
with:
|
||||
cache-prefix: turbo-cache-
|
||||
- name: Test Type Test
|
||||
@@ -92,7 +92,7 @@ jobs:
|
||||
cache: yarn
|
||||
- run: yarn install --immutable
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v2.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
with:
|
||||
cache-prefix: turbo-cache-
|
||||
- run: yarn test:unit
|
||||
@@ -133,7 +133,7 @@ jobs:
|
||||
deno-version: 'v2.9.x'
|
||||
- run: yarn install --immutable
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v2.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
with:
|
||||
cache-prefix: turbo-cache-
|
||||
- run: yarn test:deno-unit
|
||||
@@ -153,7 +153,7 @@ jobs:
|
||||
bun-version: '1.3.14'
|
||||
- run: yarn install --immutable
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v2.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
with:
|
||||
cache-prefix: turbo-cache-
|
||||
- run: yarn test:bun-unit
|
||||
@@ -170,7 +170,7 @@ jobs:
|
||||
cache: yarn
|
||||
- run: yarn install --immutable
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v2.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
with:
|
||||
cache-prefix: turbo-cache-
|
||||
- run: yarn test:integration
|
||||
@@ -212,7 +212,7 @@ jobs:
|
||||
cache: yarn
|
||||
- run: yarn install --immutable
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v2.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
with:
|
||||
cache-prefix: turbo-cache-
|
||||
- run: yarn test:e2e
|
||||
|
||||
@@ -26,11 +26,11 @@ jobs:
|
||||
- name: yarn install (root)
|
||||
run: yarn install --immutable
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v2.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
with:
|
||||
cache-prefix: turbo-cache-
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v2.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
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.5.0
|
||||
uses: rharkor/caching-for-turbo@v2.5.1
|
||||
with:
|
||||
cache-prefix: turbo-cache-
|
||||
- name: Build all pkg
|
||||
|
||||
Reference in New Issue
Block a user