diff --git a/.github/workflows/test-matrix.yml b/.github/workflows/test-matrix.yml index 471eb42..f71820d 100644 --- a/.github/workflows/test-matrix.yml +++ b/.github/workflows/test-matrix.yml @@ -44,7 +44,7 @@ jobs: # """ ## - name: Pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ matrix.config[0] }}-${{ hashFiles('setup.*', 'tox.ini') }}