diff --git a/.github/workflows/django-test.yml b/.github/workflows/django-test.yml index 616b2579..1ec936e2 100644 --- a/.github/workflows/django-test.yml +++ b/.github/workflows/django-test.yml @@ -45,7 +45,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: 'Cache pip dependencies' - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}