From a35abd529b5caf33da96e523494a78820302cab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:44:55 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17b081c..12dc57e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install dependencies run: | sudo apt-get update @@ -106,7 +106,7 @@ jobs: PKG_CONFIG_PATH: /opt/homebrew/opt/ffmpeg@${{ matrix.ffmpeg_version }}/lib/pkgconfig steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install dependencies run: brew install ffmpeg@${{ matrix.ffmpeg_version }} - name: Install Rust stable with clippy and rustfmt @@ -146,7 +146,7 @@ jobs: FFMPEG_INSTALL_PATH: "C:/ffmpeg" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set libclang path run: | $VCINSTALLDIR = $(& "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath) @@ -195,7 +195,7 @@ jobs: RUSTFLAGS: "-Dwarnings -Aunknown-lints" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Download FFmpeg shell: bash run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 417a729..982a133 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: name: Create release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Generate release notes run: | cat >release_notes.md <