diff --git a/.github/workflows/cron-tests.yml b/.github/workflows/cron-tests.yml index fd0d245a..911e5322 100644 --- a/.github/workflows/cron-tests.yml +++ b/.github/workflows/cron-tests.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 # For animation tests - - uses: FedericoCarboni/setup-ffmpeg@v2 + - uses: FedericoCarboni/setup-ffmpeg@v3 with: # Not strictly necessary, but it may prevent rate limit # errors especially on GitHub-hosted macos machines. diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 63777846..352c1400 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,7 +78,7 @@ jobs: fetch-depth: 0 # For animation tests - - uses: FedericoCarboni/setup-ffmpeg@v2 + - uses: FedericoCarboni/setup-ffmpeg@v3 with: # Not strictly necessary, but it may prevent rate limit # errors especially on GitHub-hosted macos machines.