diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b750abb2b3..8315c02059 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 & - name: Setup Cairo Cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-cairo if: runner.os == 'Linux' || runner.os == 'macOS' with: @@ -94,7 +94,7 @@ jobs: run: python .github/scripts/ci_build_cairo.py --set-env-vars - name: Setup macOS cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-macos if: runner.os == 'macOS' with: @@ -131,7 +131,7 @@ jobs: - name: Setup Windows cache id: cache-windows if: runner.os == 'Windows' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ github.workspace }}\ManimCache key: ${{ runner.os }}-dependencies-tinytex-${{ hashFiles('.github/manimdependency.json') }}-${{ steps.cache-vars.outputs.date }}-1