diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57a6a11..841c129 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: run: poetry config virtualenvs.in-project true - name: Setup cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: .venv