diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8f350afe..4756ffb1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,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') }}