Skip to content

Commit 0b76f33

Browse files
fix(nodejs): update deprecated nodejs-16 actions to nodejs-20
Updates actions/cache setup-ffmpeg, and setup-mesa-dist-win
1 parent afe1d18 commit 0b76f33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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:
@@ -93,7 +93,7 @@ jobs:
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'

0 commit comments

Comments
 (0)