From 9bfbef00e4bf9eda1adefb09d4e0ed8e2a376d8b Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Wed, 10 Apr 2024 18:23:07 +0200 Subject: [PATCH] ci: updated cache action --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 747f79f..23f7e54 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -27,7 +27,7 @@ jobs: - name: Load cached virtualenv id: cached-poetry-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}