diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 52db3fc..c2017d1 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@v5 + - uses: actions/cache@v6 name: Define a cache for the virtual environment based on the dependencies lock file with: path: ./.venv