Skip to content

Commit 989ea47

Browse files
authored
Use action/cache v4 since v2 is end of life. (#155)
1 parent 94cf639 commit 989ea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/py-dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
python-version: '${{ inputs.python-version }}'
4343

4444
- name: Cache Python Dependencies
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
with:
4747
path: |
4848
~/.cache/pip

0 commit comments

Comments
 (0)