Skip to content

Commit ab9bd85

Browse files
authored
Merge pull request #708 from MPAS-Dev/dependabot/github_actions/mamba-org/setup-micromamba-3
Bump mamba-org/setup-micromamba from 2 to 3
2 parents 2c15827 + fddc0ff commit ab9bd85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/checkout@v6
6969

7070
- name: Create Build Environment
71-
uses: mamba-org/setup-micromamba@v2
71+
uses: mamba-org/setup-micromamba@v3
7272
with:
7373
environment-name: mpas_tools_build
7474
init-shell: bash

.github/workflows/docs_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Set up Conda Environment
28-
uses: mamba-org/setup-micromamba@v2
28+
uses: mamba-org/setup-micromamba@v3
2929
with:
3030
environment-name: mpas_tools_dev
3131
init-shell: bash

.github/workflows/pre_commit_update_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525

2626
- name: Set up Conda Environment
27-
uses: mamba-org/setup-micromamba@v2
27+
uses: mamba-org/setup-micromamba@v3
2828
with:
2929
environment-name: pre_commit_dev
3030
init-shell: bash

0 commit comments

Comments
 (0)