From b2093ddf352964115c11bc09c2849c8491ee1156 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 2 Feb 2023 12:33:19 +0100 Subject: [PATCH] update ffmpeg action --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 36e971e7..481162cc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,7 @@ jobs: - name: Use ffmpeg on Linux if: ${{ matrix.os == 'ubuntu-latest' }} - uses: FedericoCarboni/setup-ffmpeg@v1 + uses: FedericoCarboni/setup-ffmpeg@v2 - name: Tests on Linux if: ${{ matrix.os == 'ubuntu-latest' }}