From 87b7b734b90242a76fb02c8858e09340d27bf8d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 03:35:01 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 e68b09d3..14a2e08c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: name: Ubuntu 22.04 x86_64 runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive tags: true @@ -87,7 +87,7 @@ jobs: pypi_arch: manylinux2014_aarch64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive tags: true @@ -134,7 +134,7 @@ jobs: wheel_arch: 11_0_arm64 runs_on: macos-14 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive tags: true @@ -190,7 +190,7 @@ jobs: wheel_arch: win_arm64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive tags: true