From 28d28a041564784d62070bd2866dff420ab38d9f Mon Sep 17 00:00:00 2001 From: "mailerlite-renovate[bot]" <197617292+mailerlite-renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:30:44 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ccf70d..55b5ca5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: virtualenvs-in-project: true - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}