diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 417fca635..5d253cdc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: pip install -r requirements.txt - name: Cache StaticFiles - uses: actions/cache@v4 + uses: actions/cache@v5 id: django_cache with: path: | @@ -64,7 +64,7 @@ jobs: run: | python3 manage.py collectstatic --noinput - - uses: actions/cache/save@v4 + - uses: actions/cache/save@v5 if: steps.django_cache.outputs.cache-hit != 'true' with: path: |