From d4e892536932cf95ecb6cf7ab60ead2c8ebf21de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:24:04 +0000 Subject: [PATCH] chore(deps): 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 | 4 ++-- .github/workflows/check.yml | 10 +++++----- .github/workflows/release_plz.yml | 2 +- .github/workflows/sericom-release.yml | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cf1703..877c0d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: windows-latest name: stable / build (Windows) steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install stable uses: dtolnay/rust-toolchain@stable - name: Build for Windows @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest name: stable / build (Ubuntu) steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install stable uses: dtolnay/rust-toolchain@stable - name: Build for Ubuntu diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e64f38c..d5f0559 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: stable / fmt steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install stable uses: dtolnay/rust-toolchain@stable with: @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest name: stable + beta / clippy steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Stable clippy uses: dtolnay/rust-toolchain@stable with: @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest name: nightly / doc steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install nightly uses: dtolnay/rust-toolchain@nightly - run: cargo doc --no-deps --all-features @@ -45,7 +45,7 @@ jobs: runs-on: windows-latest name: stable / check (Windows) steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install stable uses: dtolnay/rust-toolchain@stable - name: Check for Windows @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest name: stable / check (Ubuntu) steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install stable uses: dtolnay/rust-toolchain@stable - name: Check for Ubuntu diff --git a/.github/workflows/release_plz.yml b/.github/workflows/release_plz.yml index f1f6c3e..7c25910 100644 --- a/.github/workflows/release_plz.yml +++ b/.github/workflows/release_plz.yml @@ -16,7 +16,7 @@ jobs: steps: - &checkout name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.RELEASE_PLZ_TOKEN }} diff --git a/.github/workflows/sericom-release.yml b/.github/workflows/sericom-release.yml index 86c3690..0ccc576 100644 --- a/.github/workflows/sericom-release.yml +++ b/.github/workflows/sericom-release.yml @@ -56,7 +56,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive @@ -116,7 +116,7 @@ jobs: - name: enable windows longpaths run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive @@ -175,7 +175,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive @@ -225,7 +225,7 @@ jobs: outputs: val: ${{ steps.host.outputs.manifest }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive @@ -290,7 +290,7 @@ jobs: GITHUB_EMAIL: "admin+bot@axo.dev" if: ${{ !fromJson(needs.plan.outputs.val).announcement_is_prerelease || fromJson(needs.plan.outputs.val).publish_prereleases }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: true repository: "tkatter/homebrew-tap" @@ -337,7 +337,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false submodules: recursive