ci(deps): bump actions/cache from 4 to 5 (#466)

This commit is contained in:
dependabot[bot] 2026-06-08 10:33:03 +08:00 committed by GitHub
parent 711461b16c
commit af88794463
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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') }}