Skip to content

Commit f4ebadd

Browse files
authored
Bump mamba-org/setup-micromamba version to v1.8.0
1 parent e695b8d commit f4ebadd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/.github/workflows/autoupdate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout branch
1919
uses: actions/checkout@v4
2020
- name: Set up Conda env
21-
uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a
21+
uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194
2222
with:
2323
environment-file: environment.yml
2424
environment-name: check-env

template/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
ref: ${{ github.head_ref }}
1818
- name: Set up Conda env
19-
uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a
19+
uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194
2020
with:
2121
environment-file: environment.yml
2222
environment-name: test-env

0 commit comments

Comments
 (0)