diff --git a/.github/workflows/linting_testing.yml b/.github/workflows/linting_testing.yml index 8811e12bf..5dfbf0b7d 100644 --- a/.github/workflows/linting_testing.yml +++ b/.github/workflows/linting_testing.yml @@ -64,7 +64,7 @@ jobs: #---------------------------------------------- - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v3.2.6 + uses: actions/cache@v4.1.0 with: path: .venv key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}