Skip to content

Commit 040f60a

Browse files
committed
👷 upgrade actions/cache from v4 to v5 in CI configuration
1 parent 484bdbb commit 040f60a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
python-version: ${{ matrix.py }}
7373
cache: "pip"
74-
- uses: actions/cache@v4
74+
- uses: actions/cache@v5
7575
with:
7676
path: ~/.cache/pip
7777
key: ${{ runner.os }}-pip-1

0 commit comments

Comments
 (0)