cache v2 is also being deprecated

https://github.com/actions/cache/discussions/1510
This commit is contained in:
Miguel Sozinho Ramalho
2025-01-09 15:05:01 +00:00
committed by GitHub
parent f61204c4b1
commit e6fdd54518

View File

@@ -31,7 +31,7 @@ runs:
# Get the exact Python version to use in the cache key.
echo "PYTHON_VERSION=$(python --version)" >> $GITHUB_ENV
- uses: actions/cache@v2
- uses: actions/cache@v4
id: virtualenv-cache
with:
path: .venv