From 35c483e4d00026d7846180148c15963545c85bee Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Wed, 1 Jan 2025 04:01:49 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5072832..a8d8493 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: /root/.local/bin/poetry config virtualenvs.create true --local /root/.local/bin/poetry config virtualenvs.in-project true --local - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Define cache for dependencies with: path: ./.venv