diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be4e6ab..cfe87e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: run: | python -m pip install tox - name: Cache Dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{github.workspace}}/.tox key: ${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}