Skip to content

Commit 6137d98

Browse files
Merge pull request #108 from CFMIP/dependabot/github_actions/master/conda-incubator/setup-miniconda-3.1.1
2 parents 8130936 + 3c14da6 commit 6137d98

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/[email protected].0
53+
uses: conda-incubator/[email protected].1
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/[email protected].0
69+
uses: conda-incubator/[email protected].1
7070
with:
7171
auto-update-conda: true
7272
activate-environment: ci-env

0 commit comments

Comments
 (0)