Skip to content

Commit 6e4e6e7

Browse files
deps(ci): 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 ecd5ccc commit 6e4e6e7

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/core-py-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: 3.11
2828
- name: Cache Cargo
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: |
3232
~/.cargo/bin/

.github/workflows/publish-wren-core-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
targets: wasm32-unknown-unknown
3939

4040
- name: Cache Cargo
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: |
4444
~/.cargo/bin/

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
rust-version: stable
3737

3838
- name: Cache Cargo
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: |
4242
~/.cargo/bin/

.github/workflows/wasm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
targets: wasm32-unknown-unknown
3434

3535
- name: Cache Cargo
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: |
3939
~/.cargo/bin/

.github/workflows/wren-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install uv
4646
uses: astral-sh/setup-uv@v4
4747
- name: Cache Cargo
48-
uses: actions/cache@v4
48+
uses: actions/cache@v5
4949
with:
5050
path: |
5151
~/.cargo/bin/
@@ -99,7 +99,7 @@ jobs:
9999
sudo apt-get update
100100
sudo apt-get install -y default-libmysqlclient-dev pkg-config
101101
- name: Cache Cargo
102-
uses: actions/cache@v4
102+
uses: actions/cache@v5
103103
with:
104104
path: |
105105
~/.cargo/bin/
@@ -137,7 +137,7 @@ jobs:
137137
- name: Install uv
138138
uses: astral-sh/setup-uv@v4
139139
- name: Cache Cargo
140-
uses: actions/cache@v4
140+
uses: actions/cache@v5
141141
with:
142142
path: |
143143
~/.cargo/bin/
@@ -175,7 +175,7 @@ jobs:
175175
- name: Install uv
176176
uses: astral-sh/setup-uv@v4
177177
- name: Cache Cargo
178-
uses: actions/cache@v4
178+
uses: actions/cache@v5
179179
with:
180180
path: |
181181
~/.cargo/bin/
@@ -197,7 +197,7 @@ jobs:
197197
uv lock --find-links ../wren-core-py/target/wheels/ --upgrade-package wren-core-py
198198
uv sync --extra dev --extra memory --find-links ../wren-core-py/target/wheels/
199199
- name: Cache sentence-transformers model
200-
uses: actions/cache@v4
200+
uses: actions/cache@v5
201201
with:
202202
path: ~/.cache/huggingface
203203
key: hf-paraphrase-MiniLM-L3-v2

0 commit comments

Comments
 (0)