Skip to content

Commit c82924b

Browse files
authoredDec 1, 2023
Merge pull request #61 from siboehm/dependabot/github_actions/conda-incubator/setup-miniconda-3
Bump conda-incubator/setup-miniconda from 2 to 3
2 parents 143201a + ed6123a commit c82924b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
path: ~/conda_pkgs_dir
2525
key:
2626
mamba--${{ hashFiles('environment.yml') }}-${{ matrix.PYTHON_VERSION }}
27-
- uses: conda-incubator/setup-miniconda@v2
27+
- uses: conda-incubator/setup-miniconda@v3
2828
with:
2929
python-version: ${{ matrix.PYTHON_VERSION }}
3030
miniforge-variant: Mambaforge

0 commit comments

Comments
 (0)