Skip to content

Commit d153dc4

Browse files
chore(deps): bump actions/cache from 4 to 5
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](actions/cache@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>
1 parent ab91f56 commit d153dc4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-linux-iso.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@ jobs:
6565
run: bun install --frozen-lockfile || bun install --no-frozen-lockfile
6666

6767
- name: Restore model cache
68-
uses: actions/cache@v4
68+
uses: actions/cache@v5
6969
with:
7070
path: ~/.cache/usbeliza-build/models
7171
key: elizaos-model-cache-${{ hashFiles('packages/os/linux/variants/milady-tails/Justfile') }}
7272
restore-keys: elizaos-model-cache-
7373

7474
- name: Restore CLI cache
75-
uses: actions/cache@v4
75+
uses: actions/cache@v5
7676
with:
7777
path: ~/.cache/usbeliza-build/cli
7878
key: elizaos-cli-cache-${{ hashFiles('packages/os/linux/variants/milady-tails/Justfile') }}
7979
restore-keys: elizaos-cli-cache-
8080

8181
- name: Restore live-build chroot/debs cache
82-
uses: actions/cache@v4
82+
uses: actions/cache@v5
8383
with:
8484
path: |
8585
packages/os/linux/variants/milady-tails/tails/cache
@@ -93,7 +93,7 @@ jobs:
9393
targets: x86_64-unknown-linux-gnu
9494

9595
- name: Cache Rust build
96-
uses: actions/cache@v4
96+
uses: actions/cache@v5
9797
with:
9898
path: |
9999
~/.cargo/registry

.github/workflows/build-vm-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: bun install --frozen-lockfile || bun install --no-frozen-lockfile
5656

5757
- name: Cache upstream Debian image
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: packages/os/linux/vm/disk-base/.cache
6161
key: elizaos-vm-upstream-${{ hashFiles('packages/os/linux/vm/disk-base/mmdebstrap.recipe') }}

0 commit comments

Comments
 (0)