File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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/
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
You can’t perform that action at this time.
0 commit comments