From 875326a6edb907d090cc93616757e78b61153abb Mon Sep 17 00:00:00 2001 From: Elsa Culler Date: Fri, 21 Jun 2024 13:01:34 -0600 Subject: [PATCH] Update build-test-envt.yml --- .github/workflows/build-test-envt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-envt.yml b/.github/workflows/build-test-envt.yml index c16a50a..8807081 100644 --- a/.github/workflows/build-test-envt.yml +++ b/.github/workflows/build-test-envt.yml @@ -18,10 +18,10 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.1.7 with: ref: upgrade-to-3.9 - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3.0.4 with: miniconda-version: 'latest' channels: conda-forge