Skip to content

Commit 14287d2

Browse files
Upgrade actions/cache@v4 (#241)
1 parent 04b4020 commit 14287d2

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
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.10'
2424
cache: 'pip'
2525
- name: Setup Python caches
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: ${{ env.pythonLocation }}
2929
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py','requirements.txt','requirements-test.txt') }}

0 commit comments

Comments
 (0)