From d41e191ebaf601c6db6aeed5eb5aa9fe72d75312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:15:28 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4081ba0..a3922fe6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: name: Ubuntu 24.04 x86_64 runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive tags: true @@ -88,7 +88,7 @@ jobs: pypi_arch: manylinux2014_aarch64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive tags: true @@ -135,7 +135,7 @@ jobs: wheel_arch: 11_0_arm64 runs_on: macos-14 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive tags: true @@ -191,7 +191,7 @@ jobs: wheel_arch: win_arm64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive tags: true