File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 echo "date=$(/bin/date -u "+%m%w%Y")" >> $GITHUB_OUTPUT
5252
5353 - name : Install and cache ffmpeg (all OS)
54- uses : FedericoCarboni/setup-ffmpeg@v2
54+ uses : FedericoCarboni/setup-ffmpeg@v3
5555 with :
5656 token : ${{ secrets.GITHUB_TOKEN }}
5757 id : setup-ffmpeg
7777 sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
7878
7979 - name : Setup Cairo Cache
80- uses : actions/cache@v3
80+ uses : actions/cache@v4
8181 id : cache-cairo
8282 if : runner.os == 'Linux' || runner.os == 'macOS'
8383 with :
9393 run : python .github/scripts/ci_build_cairo.py --set-env-vars
9494
9595 - name : Setup macOS cache
96- uses : actions/cache@v3
96+ uses : actions/cache@v4
9797 id : cache-macos
9898 if : runner.os == 'macOS'
9999 with :
@@ -130,12 +130,12 @@ jobs:
130130 - name : Setup Windows cache
131131 id : cache-windows
132132 if : runner.os == 'Windows'
133- uses : actions/cache@v3
133+ uses : actions/cache@v4
134134 with :
135135 path : ${{ github.workspace }}\ManimCache
136136 key : ${{ runner.os }}-dependencies-tinytex-${{ hashFiles('.github/manimdependency.json') }}-${{ steps.cache-vars.outputs.date }}-1
137137
138- - uses : ssciwr/setup-mesa-dist-win@v1
138+ - uses : ssciwr/setup-mesa-dist-win@v2
139139
140140 - name : Install system dependencies (Windows)
141141 if : runner.os == 'Windows' && steps.cache-windows.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments