From f02a59126b1d52d1e647445b59352a1cf78ed412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:58:11 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/CI_C_API_Python.yml | 2 +- .github/workflows/CI_PublishTestPyPI.yml | 2 +- .github/workflows/PublishPyPI.yml | 2 +- .github/workflows/VersionConsistencyCheck.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI_C_API_Python.yml b/.github/workflows/CI_C_API_Python.yml index 2e0aef65..5791cbbb 100644 --- a/.github/workflows/CI_C_API_Python.yml +++ b/.github/workflows/CI_C_API_Python.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies (macOS) if: runner.os == 'macOS' run: brew install eigen openblas - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install uv and set the python version uses: astral-sh/setup-uv@v6 with: diff --git a/.github/workflows/CI_PublishTestPyPI.yml b/.github/workflows/CI_PublishTestPyPI.yml index f80200b2..e6085185 100644 --- a/.github/workflows/CI_PublishTestPyPI.yml +++ b/.github/workflows/CI_PublishTestPyPI.yml @@ -30,7 +30,7 @@ jobs: openblas_path: "/opt/homebrew/opt/openblas" py_tag: "cp310" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: remove python/.gitignore shell: bash run: | diff --git a/.github/workflows/PublishPyPI.yml b/.github/workflows/PublishPyPI.yml index db2c492c..4488989d 100644 --- a/.github/workflows/PublishPyPI.yml +++ b/.github/workflows/PublishPyPI.yml @@ -75,7 +75,7 @@ jobs: openblas_path: "/opt/homebrew/opt/openblas" py_tag: "cp313" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: remove python/.gitignore shell: bash run: | diff --git a/.github/workflows/VersionConsistencyCheck.yml b/.github/workflows/VersionConsistencyCheck.yml index 72fe8a4f..4cb5a7e2 100644 --- a/.github/workflows/VersionConsistencyCheck.yml +++ b/.github/workflows/VersionConsistencyCheck.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v4