From 795b49bea6f753373ec2c3a07a3a7cb1033cc4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:23:39 +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 70dcbb1b5121..362eeae706fc 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