Merge pull request #11 from ZGCA-Forge/dependabot/github_actions/actions/cache-5

ci(deps): bump actions/cache from 4 to 5
This commit is contained in:
Xuwznln
2026-01-03 22:27:52 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ jobs:
python-version: "3.10"
- name: Cache pip dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/pip
key: ubuntu-pip-3.10-${{ hashFiles('**/pyproject.toml') }}
@@ -184,7 +184,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Cache pip dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/pyproject.toml') }}

View File

@@ -61,7 +61,7 @@ jobs:
python-version: "3.10"
- name: Cache pip dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/pip
key: ubuntu-pip-3.10-${{ hashFiles('**/pyproject.toml') }}