diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 4eb794c..d3c1297 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -29,7 +29,7 @@ jobs: run: | poetry config virtualenvs.create true --local poetry config virtualenvs.in-project true --local - - uses: actions/cache@v4 + - uses: actions/cache@v5 name: Define a cache for the virtual environment based on the dependencies lock file with: path: ./.venv