From de741ef28938a317b7f4e831edb8aabdddeceb5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:41:55 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/lint.yml | 2 +- .github/workflows/wheels-linux.yml | 2 +- .github/workflows/wheels-macos.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0af5f0e7..d1be3538 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: name: Lint steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: "3.x" diff --git a/.github/workflows/wheels-linux.yml b/.github/workflows/wheels-linux.yml index de8745dd..7b596cf5 100644 --- a/.github/workflows/wheels-linux.yml +++ b/.github/workflows/wheels-linux.yml @@ -54,7 +54,7 @@ jobs: MB_ML_LIBC: ${{ matrix.mb-ml-libc }} MB_ML_VER: ${{ matrix.mb-ml-ver }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - uses: actions/setup-python@v4 diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index 2a7169ff..d6139963 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -42,7 +42,7 @@ jobs: MB_PYTHON_VERSION: ${{ matrix.python }} TRAVIS_OS_NAME: "osx" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - uses: actions/setup-python@v4