Skip to content

Commit 9378253

Browse files
Bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the / directory: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `mamba-org/setup-micromamba` from 2.0.7 to 3.0.0 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@add3a49...d7c9bd8) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25d70ec commit 9378253

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ 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@add3a49764cedee8ee24e82dfde87f5bc2914462
19+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476
2020
with:
2121
environment-file: environment.yml
2222
cache-environment: true
2323
- shell: bash -el {0}
2424
run:
2525
python -m build
26-
- uses: pypa/gh-action-pypi-publish@v1.13.0
26+
- uses: pypa/gh-action-pypi-publish@v1.14.0
2727
if: github.event_name == 'release'
2828
with:
2929
user: __token__

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout branch
2222
uses: actions/checkout@v6
2323
- name: Set up micromamba
24-
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462
24+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476
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)