Skip to content

Commit c1c9559

Browse files
authored
Pin setup-micromamba action to v2 (#424)
1 parent 47cd80d commit c1c9559

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: install mamba
34-
uses: mamba-org/setup-micromamba@main
34+
uses: mamba-org/setup-micromamba@v2
3535
with:
3636
environment-file: environment-wasm-build.yml
3737
init-shell: bash

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fetch-depth: 0
6767

6868
- name: install mamba
69-
uses: mamba-org/setup-micromamba@main
69+
uses: mamba-org/setup-micromamba@v2
7070
with:
7171
environment-file: environment-dev.yml
7272
init-shell: >-
@@ -211,7 +211,7 @@ jobs:
211211
fetch-depth: 0
212212

213213
- name: install mamba
214-
uses: mamba-org/setup-micromamba@main
214+
uses: mamba-org/setup-micromamba@v2
215215
with:
216216
environment-file: environment-wasm-build.yml
217217
init-shell: bash

0 commit comments

Comments
 (0)