From ef67d008206c7cb8159294e81d9cd9ee26449349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 04:36:36 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/main.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2dcd03b..420c125 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: build_type: [Release, Debug] steps: - name: "📥 Checkout Code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: 'recursive' fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65320c2..1a15667 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: arch_name: [linux-arm64, linux-arm64-musl, linux-armv5, linux-armv5-musl, linux-armv6, linux-armv6-musl, linux-armv7, linux-armv7a, linux-armv7l-musl, linux-x64-clang, linux-s390x, linux-x64, linux-x86, linux-mips, linux-ppc64le, manylinux1-x64, manylinux1-x86, manylinux2010-x64, manylinux2010-x86, manylinux2014-x64, manylinux2014-x86, manylinux2014-aarch64, linux-riscv64, linux-riscv32] steps: - name: "📥 Checkout Code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: 'recursive' fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: needs: build steps: - name: "📥 Checkout Code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: 'recursive' fetch-depth: 0