Skip to content

Commit f477d04

Browse files
Merge pull request #105 from CFMIP/dependabot/github_actions/master/conda-incubator/setup-miniconda-3.1.0
2 parents a976c15 + 1194771 commit f477d04

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.0.4
53+
uses: conda-incubator/setup-miniconda@v3.1.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
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767
# Set up conda environment
6868
- name: Setup conda environment
69-
uses: conda-incubator/setup-miniconda@v3.0.4
69+
uses: conda-incubator/setup-miniconda@v3.1.0
7070
with:
7171
auto-update-conda: true
7272
activate-environment: ci-env

0 commit comments

Comments
 (0)