File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
7979
8080 - name : Setup Cairo Cache
81- uses : actions/cache@v3
81+ uses : actions/cache@v4
8282 id : cache-cairo
8383 if : runner.os == 'Linux' || runner.os == 'macOS'
8484 with :
9494 run : python .github/scripts/ci_build_cairo.py --set-env-vars
9595
9696 - name : Setup macOS cache
97- uses : actions/cache@v3
97+ uses : actions/cache@v4
9898 id : cache-macos
9999 if : runner.os == 'macOS'
100100 with :
@@ -131,7 +131,7 @@ jobs:
131131 - name : Setup Windows cache
132132 id : cache-windows
133133 if : runner.os == 'Windows'
134- uses : actions/cache@v3
134+ uses : actions/cache@v4
135135 with :
136136 path : ${{ github.workspace }}\ManimCache
137137 key : ${{ runner.os }}-dependencies-tinytex-${{ hashFiles('.github/manimdependency.json') }}-${{ steps.cache-vars.outputs.date }}-1
You can’t perform that action at this time.
0 commit comments