We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf0e73 commit 76b51d4Copy full SHA for 76b51d4
1 file changed
.github/actions/setup-venv/action.yml
@@ -26,7 +26,7 @@ runs:
26
# Get the exact Python version to use in the cache key.
27
echo "PYTHON_VERSION=$(python --version)" >> $GITHUB_ENV
28
29
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
30
id: virtualenv-cache
31
with:
32
path: .venv
0 commit comments