Skip to content

Commit

Permalink
Merge pull request #105 from CFMIP/dependabot/github_actions/master/c…
Browse files Browse the repository at this point in the history
…onda-incubator/setup-miniconda-3.1.0
  • Loading branch information
alejandrobodas authored Nov 9, 2024
2 parents a976c15 + 1194771 commit f477d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/containerized-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4
# Set up conda environment
- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v3.1.0
with:
auto-update-conda: true
activate-environment: ci-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4
# Set up conda environment
- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v3.1.0
with:
auto-update-conda: true
activate-environment: ci-env
Expand Down

0 comments on commit f477d04

Please sign in to comment.