From fb2c7a57a0ba8cde7d1451e742532b8bccafc655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Paulev=C3=A9?= Date: Wed, 23 Oct 2024 18:36:18 +0200 Subject: [PATCH] update actions --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d60bd29..a350821 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,9 @@ jobs: - run: sed -i "s:9999:${VERSION//*v/}:" setup.py conda/meta.yaml env: VERSION: ${{ github.ref }} - - uses: s-weigand/setup-conda@v1 + - uses: conda-incubator/setup-miniconda@v3 + with: + miniconda-version: "latest" - name: prepare run: | conda install -y anaconda-client conda-build conda-verify