diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 9222165f..63a89e2d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -15,7 +15,7 @@ jobs: os: [ubuntu-20.04, macos-10.15, windows-2019] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build wheels uses: pypa/cibuildwheel@v2.3.1 @@ -28,7 +28,7 @@ jobs: name: Build source distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-python@v3 name: Install Python diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2002f4bf..2d80d9f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Pull image run: docker pull condaforge/mambaforge:latest - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Run linter inside of container @@ -31,7 +31,7 @@ jobs: - name: Pull image run: docker pull condaforge/mambaforge:latest - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Run CI inside of container @@ -52,7 +52,7 @@ jobs: - name: Pull image run: docker pull condaforge/mambaforge:latest - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Fetch full git history diff --git a/.github/workflows/conda-build-linux-main.yml b/.github/workflows/conda-build-linux-main.yml index d55b405b..47292ca6 100644 --- a/.github/workflows/conda-build-linux-main.yml +++ b/.github/workflows/conda-build-linux-main.yml @@ -20,7 +20,7 @@ jobs: - name: Pull image run: docker pull condaforge/mambaforge:latest - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Fetch full git history diff --git a/.github/workflows/conda-build-macos.yml b/.github/workflows/conda-build-macos.yml index ac7710bb..c40ef812 100644 --- a/.github/workflows/conda-build-macos.yml +++ b/.github/workflows/conda-build-macos.yml @@ -21,7 +21,7 @@ jobs: - osx_arm64_python3.9.____cpython steps: - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169 diff --git a/.github/workflows/conda-build-win.yml b/.github/workflows/conda-build-win.yml index efab71ad..52ad502f 100644 --- a/.github/workflows/conda-build-win.yml +++ b/.github/workflows/conda-build-win.yml @@ -18,7 +18,7 @@ jobs: - win_64_python3.6.____cpython steps: - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169 diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index c6369b71..81cb2792 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -30,7 +30,7 @@ jobs: - name: Pull image run: docker pull condaforge/mambaforge:latest - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Run CI inside of container diff --git a/.github/workflows/tests-macos-main.yml b/.github/workflows/tests-macos-main.yml index ce4bc82f..a467f8dc 100644 --- a/.github/workflows/tests-macos-main.yml +++ b/.github/workflows/tests-macos-main.yml @@ -17,7 +17,7 @@ jobs: PYTHON_VERSION: ['3.7'] steps: - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169 diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml index 6fc11647..9db6bc94 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -19,7 +19,7 @@ jobs: PYTHON_VERSION: ['3.7'] steps: - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169 diff --git a/.github/workflows/tests-win-main.yml b/.github/workflows/tests-win-main.yml index 7e5693d9..f8351ce3 100644 --- a/.github/workflows/tests-win-main.yml +++ b/.github/workflows/tests-win-main.yml @@ -19,7 +19,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169 diff --git a/.github/workflows/tests-win.yml b/.github/workflows/tests-win.yml index 4f52c7c1..825b8f85 100644 --- a/.github/workflows/tests-win.yml +++ b/.github/workflows/tests-win.yml @@ -21,7 +21,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - name: Checkout branch - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169