build(deps): bump actions/cache from 3 to 5 (#4636)

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com>
This commit is contained in:
dependabot[bot]
2025-12-15 16:49:13 +01:00
committed by GitHub
co-authored by Fleny
parent 1a39f9fd7f
commit cc8f82e22e
7 changed files with 19 additions and 19 deletions
@@ -57,7 +57,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Cache Docker layers - name: Cache Docker layers
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-single-buildx-${{ github.sha }} key: ${{ runner.os }}-single-buildx-${{ github.sha }}
@@ -177,7 +177,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Cache Docker layers - name: Cache Docker layers
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-single-buildx-${{ github.sha }} key: ${{ runner.os }}-single-buildx-${{ github.sha }}
+2 -2
View File
@@ -24,13 +24,13 @@ jobs:
- run: yarn install --immutable - run: yarn install --immutable
- name: Turbo Cache - name: Turbo Cache
id: turbo-cache id: turbo-cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-test:e2e-${{ inputs.package }}-${{ github.sha }} key: ${{ runner.os }}-turbo-test:e2e-${{ inputs.package }}-${{ github.sha }}
- name: Build dist cache - name: Build dist cache
if: steps.turbo-cache.outputs.cache-hit != 'true' if: steps.turbo-cache.outputs.cache-hit != 'true'
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build-${{ github.sha }} key: ${{ runner.os }}-turbo-build-${{ github.sha }}
+2 -2
View File
@@ -21,13 +21,13 @@ jobs:
- run: yarn install --immutable - run: yarn install --immutable
- name: Turbo Cache - name: Turbo Cache
id: turbo-cache id: turbo-cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-test:integration-${{ inputs.package }}-${{ github.sha }} key: ${{ runner.os }}-turbo-test:integration-${{ inputs.package }}-${{ github.sha }}
- name: Build dist cache - name: Build dist cache
if: steps.turbo-cache.outputs.cache-hit != 'true' if: steps.turbo-cache.outputs.cache-hit != 'true'
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build-${{ github.sha }} key: ${{ runner.os }}-turbo-build-${{ github.sha }}
+5 -5
View File
@@ -23,7 +23,7 @@ jobs:
- run: yarn install --immutable - run: yarn install --immutable
- name: Turbo Cache - name: Turbo Cache
id: turbo-cache id: turbo-cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build:type-${{ github.sha }} key: ${{ runner.os }}-turbo-build:type-${{ github.sha }}
@@ -42,7 +42,7 @@ jobs:
- run: yarn install --immutable - run: yarn install --immutable
- name: Turbo Cache - name: Turbo Cache
id: turbo-cache id: turbo-cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build-${{ github.sha }} key: ${{ runner.os }}-turbo-build-${{ github.sha }}
@@ -61,7 +61,7 @@ jobs:
cache: yarn cache: yarn
- run: yarn install --immutable - run: yarn install --immutable
- name: Build type cache - name: Build type cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build:type-${{ github.sha }} key: ${{ runner.os }}-turbo-build:type-${{ github.sha }}
@@ -83,13 +83,13 @@ jobs:
- run: yarn install --immutable - run: yarn install --immutable
- name: Turbo Cache - name: Turbo Cache
id: turbo-cache id: turbo-cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-unit-and-integration-test:test-type-${{ github.sha }} key: ${{ runner.os }}-turbo-unit-and-integration-test:test-type-${{ github.sha }}
- name: Build type cache - name: Build type cache
if: steps.turbo-cache.outputs.cache-hit != 'true' if: steps.turbo-cache.outputs.cache-hit != 'true'
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build:type-${{ github.sha }} key: ${{ runner.os }}-turbo-build:type-${{ github.sha }}
@@ -24,13 +24,13 @@ jobs:
- run: yarn install --immutable - run: yarn install --immutable
- name: Turbo Cache - name: Turbo Cache
id: turbo-cache id: turbo-cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-test:deno-unit-${{ inputs.package }}-${{ github.sha }} key: ${{ runner.os }}-turbo-test:deno-unit-${{ inputs.package }}-${{ github.sha }}
- name: Build dist cache - name: Build dist cache
if: steps.turbo-cache.outputs.cache-hit != 'true' if: steps.turbo-cache.outputs.cache-hit != 'true'
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build-${{ github.sha }} key: ${{ runner.os }}-turbo-build-${{ github.sha }}
@@ -51,13 +51,13 @@ jobs:
- run: yarn install --immutable - run: yarn install --immutable
- name: Turbo Cache - name: Turbo Cache
id: turbo-cache id: turbo-cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-test:bun-unit-${{ inputs.package }}-${{ github.sha }} key: ${{ runner.os }}-turbo-test:bun-unit-${{ inputs.package }}-${{ github.sha }}
- name: Build dist cache - name: Build dist cache
if: steps.turbo-cache.outputs.cache-hit != 'true' if: steps.turbo-cache.outputs.cache-hit != 'true'
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build-${{ github.sha }} key: ${{ runner.os }}-turbo-build-${{ github.sha }}
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- run: yarn install --immutable - run: yarn install --immutable
working-directory: ./website working-directory: ./website
- name: Restore bundler cache - name: Restore bundler cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
key: ${{ runner.os }}-docusaurus-bundler-${{ github.sha }} key: ${{ runner.os }}-docusaurus-bundler-${{ github.sha }}
path: ./website/node_modules/.cache path: ./website/node_modules/.cache
+3 -3
View File
@@ -21,19 +21,19 @@ jobs:
- run: yarn install --immutable - run: yarn install --immutable
- name: Turbo Cache - name: Turbo Cache
id: turbo-cache id: turbo-cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-test:unit-${{ inputs.package }}-${{ github.sha }} key: ${{ runner.os }}-turbo-test:unit-${{ inputs.package }}-${{ github.sha }}
- name: Build dist cache - name: Build dist cache
if: steps.turbo-cache.outputs.cache-hit != 'true' if: steps.turbo-cache.outputs.cache-hit != 'true'
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build-${{ github.sha }} key: ${{ runner.os }}-turbo-build-${{ github.sha }}
- name: Build type cache - name: Build type cache
if: steps.turbo-cache.outputs.cache-hit != 'true' if: steps.turbo-cache.outputs.cache-hit != 'true'
uses: actions/cache@v3 uses: actions/cache@v5
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build:type-${{ github.sha }} key: ${{ runner.os }}-turbo-build:type-${{ github.sha }}