Skip to content

Commit 7e4ba66

Browse files
Bump the github-actions group with 2 updates (#1999)
Bumps the github-actions group with 2 updates: [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 1 to 2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1...v2) Updates `pypa/gh-action-pypi-publish` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc84732 commit 7e4ba66

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: main
2626

2727
- name: Setup Micromamba env
28-
uses: mamba-org/setup-micromamba@v1
28+
uses: mamba-org/setup-micromamba@v2
2929
with:
3030
environment-name: TEST
3131
create-args: >-

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Publish a Python distribution to PyPI
4848
if: success() && github.event_name == 'release'
49-
uses: pypa/[email protected].2
49+
uses: pypa/[email protected].3
5050
with:
5151
user: __token__
5252
password: ${{ secrets.PYPI_PASSWORD }}

.github/workflows/test_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Setup Micromamba env
30-
uses: mamba-org/setup-micromamba@v1
30+
uses: mamba-org/setup-micromamba@v2
3131
with:
3232
environment-name: TEST
3333
create-args: >-

.github/workflows/test_latest_branca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Setup Micromamba env
17-
uses: mamba-org/setup-micromamba@v1
17+
uses: mamba-org/setup-micromamba@v2
1818
with:
1919
environment-name: TEST
2020
create-args: >-

.github/workflows/test_mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Setup Micromamba env
17-
uses: mamba-org/setup-micromamba@v1
17+
uses: mamba-org/setup-micromamba@v2
1818
with:
1919
environment-name: TEST
2020
create-args: >-

.github/workflows/test_selenium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Setup Micromamba env
21-
uses: mamba-org/setup-micromamba@v1
21+
uses: mamba-org/setup-micromamba@v2
2222
with:
2323
environment-name: TEST
2424
create-args: >-

0 commit comments

Comments
 (0)