Skip to content

Commit a9c8c94

Browse files
authored
Update actions/cache to v4
1 parent 6cf0e73 commit a9c8c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-venv/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
# Get the exact Python version to use in the cache key.
2727
echo "PYTHON_VERSION=$(python --version)" >> $GITHUB_ENV
2828
29-
- uses: actions/cache@v2
29+
- uses: actions/cache@v4
3030
id: virtualenv-cache
3131
with:
3232
path: .venv

0 commit comments

Comments
 (0)