Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and observingClouds committed Apr 6, 2024
1 parent 876a3d1 commit d53c0fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Setup Miniconda
uses: conda-incubator/[email protected].2
uses: conda-incubator/[email protected].3
with:
# installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh
installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up conda
uses: conda-incubator/[email protected].2
uses: conda-incubator/[email protected].3
with:
auto-update-conda: false
channels: conda-forge
Expand All @@ -60,7 +60,7 @@ jobs:
shell: 'bash -l {0}'
steps:
- uses: actions/[email protected]
- uses: conda-incubator/[email protected].2
- uses: conda-incubator/[email protected].3
with:
channels: conda-forge
miniforge-variant: Mambaforge
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up conda
uses: conda-incubator/[email protected].2
uses: conda-incubator/[email protected].3
with:
auto-update-conda: false
channels: conda-forge
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: '3.11'
- name: Set up Julia
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: "3.10"

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Publish a Python distribution to PyPI
if: success() && github.event_name == 'release'
uses: pypa/[email protected].11
uses: pypa/[email protected].14
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit d53c0fc

Please sign in to comment.