Skip to content

Commit def3f75

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 6040792 commit def3f75

18 files changed

Lines changed: 30 additions & 30 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
bun-version: "1.3.13"
6464

6565
- name: Cache Bun install
66-
uses: actions/cache@v4
66+
uses: actions/cache@v5
6767
with:
6868
path: ~/.bun/install/cache
6969
key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }}

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: android-actions/setup-android@v4
4949

5050
- name: Cache Gradle
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: |
5454
~/.gradle/caches

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
xcodebuild -version
4646
4747
- name: Cache CocoaPods
48-
uses: actions/cache@v4
48+
uses: actions/cache@v5
4949
with:
5050
path: ${{ env.APP_DIR }}/ios/App/Pods
5151
key: pods-${{ runner.os }}-${{ hashFiles('packages/app-core/platforms/ios/App/Podfile', 'packages/app/capacitor.config.ts', 'packages/app/package.json') }}

.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-llama-ffi-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
add-to-path: false
112112

113113
- name: Cache llama.cpp android build dir
114-
uses: actions/cache@v4
114+
uses: actions/cache@v5
115115
with:
116116
path: plugins/plugin-local-inference/native/llama.cpp/build-android-${{ matrix.abi }}
117117
key: llama-ffi-android-${{ matrix.abi }}-${{ hashFiles('plugins/plugin-local-inference/native/llama.cpp/CMakeLists.txt') }}

.github/workflows/build-llama-ffi-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
cmake --version
8585
8686
- name: Cache llama.cpp build artifacts
87-
uses: actions/cache@v4
87+
uses: actions/cache@v5
8888
with:
8989
path: |
9090
plugins/plugin-local-inference/native/llama.cpp/build-ios-device

.github/workflows/build-llama-ffi-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cmake --version
8080
8181
- name: Cache llama.cpp cmake build dir
82-
uses: actions/cache@v4
82+
uses: actions/cache@v5
8383
with:
8484
path: plugins/plugin-local-inference/native/llama.cpp/build
8585
key: llama-ffi-linux-cpu-${{ hashFiles('plugins/plugin-local-inference/native/llama.cpp/CMakeLists.txt') }}

.github/workflows/build-llama-ffi-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
ninja --version
8080
8181
- name: Cache llama.cpp cmake build dir
82-
uses: actions/cache@v4
82+
uses: actions/cache@v5
8383
with:
8484
path: plugins/plugin-local-inference/native/llama.cpp/build
8585
key: llama-ffi-macos-${{ hashFiles('plugins/plugin-local-inference/native/llama.cpp/CMakeLists.txt') }}

.github/workflows/build-omnivoice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
git -C "${TARGET_DIR}" rev-parse HEAD
170170
171171
- name: Cache omnivoice cmake build dir
172-
uses: actions/cache@v4
172+
uses: actions/cache@v5
173173
with:
174174
path: plugins/plugin-local-inference/native/omnivoice.cpp/build
175175
key: omnivoice-build-${{ matrix.target }}-${{ hashFiles('plugins/plugin-local-inference/native/build-omnivoice.mjs') }}

.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)