From 3a96d208a3e0ad4e8000027872c9e6be2830da24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:49:28 +0000 Subject: [PATCH] chore(deps): update conda-incubator/setup-miniconda action to v4 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9a48aae..6c9c66e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -164,7 +164,7 @@ jobs: grep '{% set version' conda-recipe/meta.yaml - name: Setup Conda (conda-forge only) - uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3 + uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4 with: miniforge-variant: Miniforge3 python-version: "3.12"