Skip to content

Commit

Permalink
[bot] Update GitHub Action Versions (#1574)
Browse files Browse the repository at this point in the history
### 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
Zeitsperre authored Jan 9, 2024
2 parents bed83c5 + 0fc60b7 commit 7d79184
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4.3.0
- uses: actions/labeler@v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-mastodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

jobs:
toot:
name: Generate Mastodon Toot
runs-on: ubuntu-latest
environment: production
steps:
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
- name: Prepare Message
id: render_template
uses: chuhlomin/render-template@v1.8
uses: chuhlomin/render-template@v1.9
with:
template: .github/publish-mastodon.template.md
vars: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 7d79184

Please sign in to comment.