diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3130fa3..0586e1a 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@v4 + uses: actions/cache@v5 with: path: ${{github.workspace}}/.tox key: ${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}