mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
build(deps): bump actions/cache from 5 to 6 (#5115)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com>
This commit is contained in:
co-authored by
Awesome Stickz
parent
933a3a5966
commit
1a1023850f
@@ -57,7 +57,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v6
|
||||||
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@v7
|
uses: actions/checkout@v7
|
||||||
- name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v6
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-single-buildx-${{ github.sha }}
|
key: ${{ runner.os }}-single-buildx-${{ github.sha }}
|
||||||
|
|||||||
@@ -41,7 +41,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@v5
|
uses: actions/cache@v6
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user