-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #248 from observingClouds/gh-actions-update-170217…
…0111 Update GitHub Action Versions
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Set up conda | ||
uses: conda-incubator/setup-miniconda@v2.2.0 | ||
uses: conda-incubator/setup-miniconda@v3.0.1 | ||
with: | ||
auto-update-conda: false | ||
channels: conda-forge | ||
|
@@ -60,7 +60,7 @@ jobs: | |
shell: 'bash -l {0}' | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: conda-incubator/setup-miniconda@v2.2.0 | ||
- uses: conda-incubator/setup-miniconda@v3.0.1 | ||
with: | ||
channels: conda-forge | ||
miniforge-variant: Mambaforge | ||
|
@@ -91,7 +91,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up conda | ||
uses: conda-incubator/setup-miniconda@v2.2.0 | ||
uses: conda-incubator/setup-miniconda@v3.0.1 | ||
with: | ||
auto-update-conda: false | ||
channels: conda-forge | ||
|
@@ -134,11 +134,11 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup python | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: '3.11' | ||
- name: Set up Julia | ||
uses: julia-actions/[email protected].2 | ||
uses: julia-actions/[email protected].4 | ||
with: | ||
version: 1.7.1 | ||
- name: Install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: "3.10" | ||
|
||
|
@@ -45,7 +45,7 @@ jobs: | |
|
||
- name: Publish a Python distribution to PyPI | ||
if: success() && github.event_name == 'release' | ||
uses: pypa/[email protected].10 | ||
uses: pypa/[email protected].11 | ||
with: | ||
user: __token__ | ||
password: ${{ secrets.PYPI_PASSWORD }} |