mirror of https://github.com/HandBrake/HandBrake
build(deps): bump actions/cache from 4 to 5 (#7503)
Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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>
This commit is contained in:
parent
f420d4307b
commit
c16ca51b98
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
- name: Cargo-C Toolchain Cache
|
||||
id: linux-cargo-c-toolchain
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/cargo-capi
|
||||
|
|
|
|||
|
|
@ -18,14 +18,14 @@ jobs:
|
|||
|
||||
- name: Toolchain Cache
|
||||
id: mac-toolchain
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ~/mac-toolchain
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-toolchain-${{ hashFiles('**/scripts/mac-toolchain-build') }}
|
||||
|
||||
- name: Cargo-C Toolchain Cache
|
||||
id: mac-cargo-c-toolchain
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/cargo-capi
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
|
||||
- name: Cargo-C Toolchain Cache
|
||||
id: windows-cargo-c-toolchain
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/cargo-capi
|
||||
|
|
|
|||
Loading…
Reference in New Issue