ci(deps): bump actions/cache from 4 to 5 (#466)
This commit is contained in:
parent
711461b16c
commit
af88794463
|
|
@ -166,7 +166,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Cache pip
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: linux-riscv64-${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue