From e19e73bbfb966e08aa95b464fac116d29d0ddf0d Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Wed, 20 May 2026 16:53:07 +0200 Subject: [PATCH] bumping workflow versions --- .github/workflows/conda_library.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda_library.yaml b/.github/workflows/conda_library.yaml index 23f94d467..3b10a1b12 100644 --- a/.github/workflows/conda_library.yaml +++ b/.github/workflows/conda_library.yaml @@ -18,10 +18,10 @@ jobs: shell: "bash -l {0}" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Get conda - uses: conda-incubator/setup-miniconda@v3.0.4 + uses: conda-incubator/setup-miniconda@v4 with: python-version: ${{ matrix.python-version }} channels: conda-forge