Skip to content

Commit 4ff1afc

Browse files
committed
Merge branch 'main' into rajeeja/yac
2 parents b86cbb6 + c4e2758 commit 4ff1afc

5 files changed

Lines changed: 113 additions & 47 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
@@ -81,7 +81,7 @@ jobs:
8181
- name: environment setup
8282
id: link-env-setup
8383
continue-on-error: true
84-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2
84+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v2
8585
with:
8686
environment-file: ci/docs.yml
8787
cache-environment: true
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: retry environment set up if failed
9393
if: steps.link-env-setup.outcome == 'failure'
94-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2
94+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v2
9595
with:
9696
download-micromamba: false
9797
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)