Skip to content

Commit 7af2232

Browse files
Bump mamba-org/setup-micromamba in the dependencies group
Bumps the dependencies group with 1 update: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `mamba-org/setup-micromamba` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@068f1ab...0dea637) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b01fec4 commit 7af2232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Fetch full git history
1717
run: git fetch --prune --unshallow
1818
- name: Set up Conda env
19-
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29
19+
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
2020
with:
2121
environment-file: environment.yml
2222
cache-environment: true

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout branch
2222
uses: actions/checkout@v4
2323
- name: Set up micromamba
24-
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29
24+
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
2525
- name: Add micromamba to GITHUB_PATH
2626
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
2727
- name: Install Python 3.10

0 commit comments

Comments
 (0)