From 6fccd9ed84adccb2e441e25c2512f51313b8fb0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:22:41 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels_v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels_v2.yml b/.github/workflows/wheels_v2.yml index 70dcbb1b51..362eeae706 100644 --- a/.github/workflows/wheels_v2.yml +++ b/.github/workflows/wheels_v2.yml @@ -22,7 +22,7 @@ jobs: docker container prune -f - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # The LATEST_DATE here should be kept in sync with the one in Patch setup.py - id: check-version