diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 193af3a..75a0d1b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v5 - name: Cache dependency - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements/test.txt') }}