From de603edfe2d1025669650699e5d91ff81a215c37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 08:15:17 -0800 Subject: [PATCH] Update FedericoCarboni/setup-ffmpeg action to v3 (#6941) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/install-all-deps/action.yml | 2 +- .github/workflows/backend.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/install-all-deps/action.yml b/.github/actions/install-all-deps/action.yml index 387c14f9ff..f89e8a7c47 100644 --- a/.github/actions/install-all-deps/action.yml +++ b/.github/actions/install-all-deps/action.yml @@ -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: diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 92a00e61a9..75390e66c8 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -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: |