From 1ed401d3770fddacab7f9a50b3ebf62c5c4ec35c Mon Sep 17 00:00:00 2001 From: Tom Koren Date: Fri, 3 Jan 2025 13:52:15 +0200 Subject: [PATCH] update cache --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dc1ba9..ea84747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/cache@v2 with: path: .venv - key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-2 + key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-3 - name: Install dependencies if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: poetry install --no-interaction --no-root @@ -52,7 +52,7 @@ jobs: uses: actions/cache@v2 with: path: .venv - key: venv-${{ runner.os }}-${{ needs.python-setup.outputs.python-version }}-2 + key: venv-${{ runner.os }}-${{ needs.python-setup.outputs.python-version }}-3 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4.0.1 with: