update actions/cache to v4

This commit is contained in:
Kevin Coleman
2025-04-07 06:35:51 -06:00
committed by GitHub
parent 9dafadb4ba
commit f7cc412a16

View File

@@ -27,7 +27,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Cache Python dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}