mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
build(deps): bump actions/cache from 5 to 6
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>
This commit is contained in:
@@ -224,7 +224,7 @@ jobs:
|
|||||||
- uses: lima-vm/lima-actions/setup@v1
|
- uses: lima-vm/lima-actions/setup@v1
|
||||||
id: lima-actions-setup
|
id: lima-actions-setup
|
||||||
|
|
||||||
- uses: actions/cache@v5
|
- uses: actions/cache@v6
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/lima
|
path: ~/.cache/lima
|
||||||
key: lima-${{ steps.lima-actions-setup.outputs.version }}-${{ matrix.template }}
|
key: lima-${{ steps.lima-actions-setup.outputs.version }}-${{ matrix.template }}
|
||||||
|
|||||||
Reference in New Issue
Block a user