Skip to content

Commit 71a337f

Browse files
Update GitHub Action Versions
1 parent 7c02510 commit 71a337f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Setup Miniconda
29-
uses: conda-incubator/setup-miniconda@v3.0.4
29+
uses: conda-incubator/setup-miniconda@v3.1.0
3030
with:
3131
# installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh
3232
installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: Set up conda
36-
uses: conda-incubator/setup-miniconda@v3.0.4
36+
uses: conda-incubator/setup-miniconda@v3.1.0
3737
with:
3838
auto-update-conda: false
3939
channels: conda-forge
@@ -58,7 +58,7 @@ jobs:
5858
shell: 'bash -l {0}'
5959
steps:
6060
- uses: actions/[email protected]
61-
- uses: conda-incubator/setup-miniconda@v3.0.4
61+
- uses: conda-incubator/setup-miniconda@v3.1.0
6262
with:
6363
channels: conda-forge
6464
miniforge-variant: Mambaforge
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- uses: actions/[email protected]
8989
- name: Set up conda
90-
uses: conda-incubator/setup-miniconda@v3.0.4
90+
uses: conda-incubator/setup-miniconda@v3.1.0
9191
with:
9292
auto-update-conda: false
9393
channels: conda-forge

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Publish a Python distribution to PyPI
4747
if: success() && github.event_name == 'release'
48-
uses: pypa/gh-action-pypi-publish@v1.10.3
48+
uses: pypa/gh-action-pypi-publish@v1.12.2
4949
with:
5050
user: __token__
5151
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)