Update FedericoCarboni/setup-ffmpeg action to v3 (#6941)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-03 08:15:17 -08:00 committed by GitHub
parent 459c5dc989
commit de603edfe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ runs:
python -m pip install -e client/python
python -m pip install -e .
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
uses: FedericoCarboni/setup-ffmpeg@v3
- name: install-frontend
uses: "./.github/actions/install-frontend-deps"
with:

View File

@ -106,7 +106,7 @@ jobs:
. venv/bin/activate
python -m pip install -r client/python/test/requirements.txt
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
uses: FedericoCarboni/setup-ffmpeg@v3
- name: Install Gradio and Client Libraries Locally (Linux)
if: runner.os == 'Linux'
run: |
@ -207,7 +207,7 @@ jobs:
. venv/bin/activate
bash scripts/install_test_requirements.sh
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
uses: FedericoCarboni/setup-ffmpeg@v3
- name: Lint (Linux)
if: runner.os == 'Linux'
run: |