Skip to content

Commit 3e15423

Browse files
authored
Merge pull request #1485 from UXARRAY/dependabot/github_actions/actions-8c0c91fe84
Bump the actions group across 1 directory with 2 updates
2 parents c7dea8c + ea9edd1 commit 3e15423

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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)