From ab5185d20700c9027eee8e3872364eeca904dc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:01:56 +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/linux_sdist.yml | 2 +- .github/workflows/windows_build.yml | 2 +- .github/workflows/windows_release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux_sdist.yml b/.github/workflows/linux_sdist.yml index ac47db9..53982a5 100644 --- a/.github/workflows/linux_sdist.yml +++ b/.github/workflows/linux_sdist.yml @@ -18,7 +18,7 @@ jobs: PYTHON_VERSION: ["3.11"] steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install latest Rust stable uses: actions-rs/toolchain@v1 with: diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index f4d06a5..bb1a690 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -23,7 +23,7 @@ jobs: PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install latest Rust stable uses: actions-rs/toolchain@v1 with: diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index 642dd28..9b9914e 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -18,7 +18,7 @@ jobs: PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install latest Rust stable uses: actions-rs/toolchain@v1 with: