diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0af5f0e7b..d1be3538f 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 de8745dd9..7b596cf55 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 2a7169ffb..d61399639 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