Skip to content

Commit 0eb5be4

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [actions/setup-python](https://github.com/actions/setup-python). Updates `mamba-org/setup-micromamba` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@b09ef9b...7f29b8b) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b82dc49 commit 0eb5be4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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@b09ef9b599704322748535812ca03efb2625677b
19+
uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb
2020
with:
2121
environment-file: environment.yml
2222
cache-environment: true

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- name: Checkout branch
2222
uses: actions/checkout@v5
2323
- name: Set up micromamba
24-
uses: mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b
24+
uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb
2525
- name: Add micromamba to GITHUB_PATH
2626
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
2727
- name: Install Python 3.10
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.10"
3131
- name: Run pre-commit checks

0 commit comments

Comments
 (0)