mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-07 19:08:38 +03:00
cache v2 is also being deprecated
https://github.com/actions/cache/discussions/1510
This commit is contained in:
committed by
GitHub
parent
f61204c4b1
commit
e6fdd54518
2
.github/actions/setup-venv/action.yml
vendored
2
.github/actions/setup-venv/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user