From e918de81ef6484df78651a54b12873b101f9816e Mon Sep 17 00:00:00 2001 From: Roland Kaminski Date: Tue, 18 Jun 2024 14:42:52 +0200 Subject: [PATCH] update actions --- .github/workflows/cibuildwheel.yml | 2 +- .github/workflows/conda-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 4a01f35b2..f1092e1a0 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -103,7 +103,7 @@ jobs: run: python .github/adjust_version.py --release - name: Build wheels - uses: pypa/cibuildwheel@v2.16.5 + uses: pypa/cibuildwheel@v2.19.1 env: ${{ matrix.cfg.env }} - uses: actions/upload-artifact@v3 diff --git a/.github/workflows/conda-dev.yml b/.github/workflows/conda-dev.yml index 36349e2a1..9444bda7a 100644 --- a/.github/workflows/conda-dev.yml +++ b/.github/workflows/conda-dev.yml @@ -28,7 +28,7 @@ jobs: submodules: recursive - name: setup miniconda - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true python-version: ${{ matrix.python-version }}