Skip to content

Commit 65984e9

Browse files
Merge pull request #118 from CFMIP/dependabot/github_actions/master/conda-incubator/setup-miniconda-3.2.0
2 parents 1386d8a + 8a337d7 commit 65984e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v4
5151
# Set up conda environment
5252
- name: Setup conda environment
53-
uses: conda-incubator/setup-miniconda@v3.1.1
53+
uses: conda-incubator/setup-miniconda@v3.2.0
5454
with:
5555
auto-update-conda: true
5656
activate-environment: ci-env

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v4
7070
# Set up conda environment
7171
- name: Setup conda environment
72-
uses: conda-incubator/setup-miniconda@v3.1.1
72+
uses: conda-incubator/setup-miniconda@v3.2.0
7373
with:
7474
auto-update-conda: true
7575
activate-environment: ci-env

0 commit comments

Comments
 (0)