From 59ed3cf6881314daccc3a6b4ceb4ebc8b8ba556b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:31:33 +0000 Subject: [PATCH] Bump FedericoCarboni/setup-ffmpeg from 2 to 3 in /.github/workflows Bumps [FedericoCarboni/setup-ffmpeg](https://github.com/federicocarboni/setup-ffmpeg) from 2 to 3. - [Release notes](https://github.com/federicocarboni/setup-ffmpeg/releases) - [Commits](https://github.com/federicocarboni/setup-ffmpeg/compare/v2...v3) --- updated-dependencies: - dependency-name: FedericoCarboni/setup-ffmpeg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mocha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mocha.yml b/.github/workflows/mocha.yml index 62502af2..217d6766 100644 --- a/.github/workflows/mocha.yml +++ b/.github/workflows/mocha.yml @@ -30,7 +30,7 @@ jobs: restore-keys: | ${{ runner.os }}-node-v${{ matrix.node }}- working-directory: ./backend - - uses: FedericoCarboni/setup-ffmpeg@v2 + - uses: FedericoCarboni/setup-ffmpeg@v3 id: setup-ffmpeg - name: Install Dependencies run: npm install