Skip to content

Commit a0f9bfb

Browse files
authored
Merge pull request #399 from Unidata/dependabot/github_actions/github-actions-f5ba129309
Bump mamba-org/setup-micromamba from 2 to 3 in the github-actions group
2 parents d096a8f + cebfcaf commit a0f9bfb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Mamba
19-
uses: mamba-org/setup-micromamba@v2
19+
uses: mamba-org/setup-micromamba@v3
2020
with:
2121
environment-name: TEST
2222
create-args: >-

.github/workflows/tests_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v6
2929

3030
- name: Setup micromamba Env
31-
uses: mamba-org/setup-micromamba@v2
31+
uses: mamba-org/setup-micromamba@v3
3232
with:
3333
environment-name: TEST
3434
create-args: >-

0 commit comments

Comments
 (0)