From cf31d6634feb9e65bdd8e2bfd9ae5ed89d257504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:28:22 +0000 Subject: [PATCH] chore(deps): bump taiki-e/cache-cargo-install-action from 2 to 3 Bumps [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action) from 2 to 3. - [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases) - [Changelog](https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/cache-cargo-install-action/compare/v2...v3) --- updated-dependencies: - dependency-name: taiki-e/cache-cargo-install-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ffmpeg-release.yml | 2 +- .github/workflows/ffmpeg-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ffmpeg-release.yml b/.github/workflows/ffmpeg-release.yml index ad4fc75..519c0ec 100644 --- a/.github/workflows/ffmpeg-release.yml +++ b/.github/workflows/ffmpeg-release.yml @@ -59,7 +59,7 @@ jobs: with: cache-bin: false - - uses: taiki-e/cache-cargo-install-action@v2 + - uses: taiki-e/cache-cargo-install-action@v3 with: tool: cargo-c diff --git a/.github/workflows/ffmpeg-test.yml b/.github/workflows/ffmpeg-test.yml index 8b9eed1..9e403a0 100644 --- a/.github/workflows/ffmpeg-test.yml +++ b/.github/workflows/ffmpeg-test.yml @@ -50,7 +50,7 @@ jobs: with: cache-bin: false - - uses: taiki-e/cache-cargo-install-action@v2 + - uses: taiki-e/cache-cargo-install-action@v3 with: tool: cargo-c