Skip to content

Commit 588b2cf

Browse files
authored
Merge pull request #11 from ZGCA-Forge/dependabot/github_actions/actions/cache-5
ci(deps): bump actions/cache from 4 to 5
2 parents e5b99ca + 67e1c43 commit 588b2cf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: "3.10"
4949

5050
- name: Cache pip dependencies
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: ~/.cache/pip
5454
key: ubuntu-pip-3.10-${{ hashFiles('**/pyproject.toml') }}
@@ -184,7 +184,7 @@ jobs:
184184
python-version: ${{ matrix.python-version }}
185185

186186
- name: Cache pip dependencies
187-
uses: actions/cache@v4
187+
uses: actions/cache@v5
188188
with:
189189
path: ~/.cache/pip
190190
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/pyproject.toml') }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
python-version: "3.10"
6262

6363
- name: Cache pip dependencies
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
path: ~/.cache/pip
6767
key: ubuntu-pip-3.10-${{ hashFiles('**/pyproject.toml') }}

0 commit comments

Comments
 (0)