-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] Update GitHub Action Versions (#1574)
### GitHub Actions Version Updates * **[actions/setup-python](https://github.com/actions/setup-python)** published a new release **[v5.0.0](https://github.com/actions/setup-python/releases/tag/v5.0.0)** on 2023-12-06T10:59:28Z * **[xarray-contrib/issue-from-pytest-log](https://github.com/xarray-contrib/issue-from-pytest-log)** published a new release **[v1.2.8](https://github.com/xarray-contrib/issue-from-pytest-log/releases/tag/v1.2.8)** on 2023-12-05T16:14:52Z * **[actions/labeler](https://github.com/actions/labeler)** published a new release **[v5.0.0](https://github.com/actions/labeler/releases/tag/v5.0.0)** on 2023-12-04T14:14:37Z * **[mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba)** published a new release **[v1.7.3](https://github.com/mamba-org/setup-micromamba/releases/tag/v1.7.3)** on 2023-12-14T16:49:55Z * **[chuhlomin/render-template](https://github.com/chuhlomin/render-template)** published a new release **[v1.9](https://github.com/chuhlomin/render-template/releases/tag/v1.9)** on 2023-12-10T22:11:25Z
- Loading branch information
Showing
7 changed files
with
12 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
- uses: actions/setup-python@v4.7.1 | ||
- uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: "3.x" | ||
- name: Config Commit Bot | ||
|
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
egress-policy: audit | ||
- uses: actions/[email protected] | ||
- name: Set up Python${{ matrix.python-version }} | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Install pylint and tox | ||
|
@@ -79,7 +79,7 @@ jobs: | |
egress-policy: audit | ||
- uses: actions/[email protected] | ||
- name: Set up Python${{ matrix.python-version }} | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Install tox | ||
|
@@ -132,7 +132,7 @@ jobs: | |
sudo apt-get update | ||
sudo apt-get install libeigen3-dev | ||
- name: Set up Python${{ matrix.python-version }} | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Install tox | ||
|
@@ -170,7 +170,7 @@ jobs: | |
egress-policy: audit | ||
- uses: actions/[email protected] | ||
- name: Setup Conda (Micromamba) with Python${{ matrix.python-version }} | ||
uses: mamba-org/setup-micromamba@v1.6.0 | ||
uses: mamba-org/setup-micromamba@v1.7.3 | ||
with: | ||
cache-downloads: true | ||
cache-environment: true | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
egress-policy: audit | ||
- uses: actions/[email protected] | ||
- name: Set up Python3 | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: "3.x" | ||
- name: Install packaging libraries | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
egress-policy: audit | ||
- uses: actions/[email protected] | ||
- name: Set up Python3 | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: "3.x" | ||
- name: Install packaging libraries | ||
|
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 |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
with: | ||
fetch-depth: 0 # Fetch all history for all branches and tags. | ||
- name: Setup Conda (Micromamba) with Python${{ matrix.python-version }} | ||
uses: mamba-org/setup-micromamba@v1.6.0 | ||
uses: mamba-org/setup-micromamba@v1.7.3 | ||
with: | ||
cache-downloads: true | ||
cache-environment: true | ||
|
@@ -85,6 +85,6 @@ jobs: | |
&& steps.status.outcome == 'failure' | ||
&& github.event_name == 'schedule' | ||
&& github.repository_owner == 'Ouranosinc' | ||
uses: xarray-contrib/[email protected].6 | ||
uses: xarray-contrib/[email protected].8 | ||
with: | ||
log-path: output-${{ matrix.python-version }}-log.jsonl |