Skip to content

Commit bd656a5

Browse files
committed
Workflows: Update to cache/actions@v4
1 parent 9efd0b5 commit bd656a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)