Skip to content

Commit 771f8cc

Browse files
authored
Update deprecated actions/cache to v4
1 parent 6f0210f commit 771f8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: 3.10.15
2222
- name: Cache pip
23-
uses: actions/cache@v1
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.cache/pip
2626
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}

0 commit comments

Comments
 (0)