chore(deps): update actions/cache action to v5 #403
@@ -30,7 +30,7 @@ jobs:
|
|||||||
python-version: "3.14"
|
python-version: "3.14"
|
||||||
|
|
||||||
- name: uv cache
|
- name: uv cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: /tmp/.uv-cache
|
path: /tmp/.uv-cache
|
||||||
key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
|
key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user