From 3d24dfb2e01cdcaafc0a58214630d5d26ac5f24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:17:13 +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.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index c0823fa4..2fa62663 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -271,7 +271,7 @@ jobs: steps: - name: Checkout LibRapid - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive @@ -359,7 +359,7 @@ jobs: steps: - name: Checkout LibRapid - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive @@ -392,7 +392,7 @@ jobs: steps: - name: Checkout LibRapid - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive @@ -545,7 +545,7 @@ jobs: # # steps: # - name: Checkout LibRapid - # uses: actions/checkout@v3 + # uses: actions/checkout@v4 # with: # submodules: recursive #