From 8f2380d22f847b30ea9aebc2822d231fe803087c Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Thu, 9 May 2024 10:15:06 +0200 Subject: [PATCH] Use new version of conda-incubator action --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7eeeb2a0..96794396 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -31,7 +31,7 @@ jobs: uses: pyvista/setup-headless-display-action@v2 - name: Set up conda - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} auto-update-conda: true