Skip to content

Commit 81da533

Browse files
authored
Merge branch 'main' into add_api_docs
2 parents 10def86 + 3e15423 commit 81da533

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/asv-benchmarking-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929

3030
- name: Set up Conda environment
31-
uses: mamba-org/setup-micromamba@v2
31+
uses: mamba-org/setup-micromamba@v3
3232
with:
3333
environment-file: ${{env.CONDA_ENV_FILE}}
3434
cache-environment: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: environment setup
8080
id: link-env-setup
8181
continue-on-error: true
82-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2
82+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v2
8383
with:
8484
environment-file: ci/docs.yml
8585
cache-environment: true
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: retry environment set up if failed
9191
if: steps.link-env-setup.outcome == 'failure'
92-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2
92+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v2
9393
with:
9494
download-micromamba: false
9595
environment-file: ci/docs.yml

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python -m twine check dist/*
5151
5252
- name: Publish package to PyPI
53-
uses: pypa/gh-action-pypi-publish@v1.13.0
53+
uses: pypa/gh-action-pypi-publish@v1.14.0
5454
with:
5555
skip-existing: true
5656
verbose: true

.github/workflows/upstream-dev-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
token: ${{ github.token }}
3131

3232
- name: Set up environment
33-
uses: mamba-org/setup-micromamba@v2
33+
uses: mamba-org/setup-micromamba@v3
3434
with:
3535
environment-file: ci/environment.yml
3636
create-args: >-

0 commit comments

Comments
 (0)