From 8f3a9305a184b333755b943efc5e02281de9828f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:54:39 +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/mainline-compile.yml | 2 +- .github/workflows/mainline-format.yml | 2 +- .github/workflows/mainline-lint.yml | 2 +- .github/workflows/mainline-prepare.yml | 2 +- .github/workflows/version-increment.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mainline-compile.yml b/.github/workflows/mainline-compile.yml index e9162ec4..5d6c866a 100644 --- a/.github/workflows/mainline-compile.yml +++ b/.github/workflows/mainline-compile.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/mainline-format.yml b/.github/workflows/mainline-format.yml index fdc6d75f..f869eabf 100644 --- a/.github/workflows/mainline-format.yml +++ b/.github/workflows/mainline-format.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/mainline-lint.yml b/.github/workflows/mainline-lint.yml index 903e0a01..9dc00576 100644 --- a/.github/workflows/mainline-lint.yml +++ b/.github/workflows/mainline-lint.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/mainline-prepare.yml b/.github/workflows/mainline-prepare.yml index 7b6d63e6..0bb0e350 100644 --- a/.github/workflows/mainline-prepare.yml +++ b/.github/workflows/mainline-prepare.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Log in to GHCR uses: docker/login-action@v3 diff --git a/.github/workflows/version-increment.yml b/.github/workflows/version-increment.yml index e09cba6d..98355d37 100644 --- a/.github/workflows/version-increment.yml +++ b/.github/workflows/version-increment.yml @@ -30,7 +30,7 @@ jobs: contains(github.event.head_commit.message, '[ci-major-increase]') steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0