From a9c8c94be796a138a5199d3c49f0241e9a8eb3c0 Mon Sep 17 00:00:00 2001 From: Aflah <72096386+aflah02@users.noreply.github.com> Date: Sat, 14 Jun 2025 10:41:51 +0530 Subject: [PATCH] Update actions/cache to v4 --- .github/actions/setup-venv/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-venv/action.yml b/.github/actions/setup-venv/action.yml index 5c99475..83dcc4b 100644 --- a/.github/actions/setup-venv/action.yml +++ b/.github/actions/setup-venv/action.yml @@ -26,7 +26,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