Skip to content

Commit

Permalink
CI: Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Nov 18, 2024
1 parent ac75a1b commit 63b9141
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
- uses: actions/upload-artifact@v3
uses: pypa/cibuildwheel@v2.21.3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand All @@ -86,6 +86,6 @@ jobs:
shell: bash -l {0}
run: pipx run build --sdist

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
# We need Python 3.7 to always be installed, so tests with
# multiple environments can run.
- name: Set up Python 3.7
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7

- name: Set up Python version ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand All @@ -40,7 +40,7 @@ jobs:
uses: browser-actions/setup-chrome@latest

- name: Set up R version ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
uses: r-lib/actions/setup-r@v2.11.0
with:
r-version: ${{ matrix.r-version }}

Expand Down Expand Up @@ -73,11 +73,11 @@ jobs:
fetch-depth: 0

- name: Set up R version ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
uses: r-lib/actions/setup-r@v2.11.0
with:
r-version: ${{ matrix.r-version }}

- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2.0.1
with:
init-shell: >-
bash
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Set up Python version ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand All @@ -47,7 +47,7 @@ jobs:
with:
fetch-depth: 0

- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2.0.1
with:
init-shell: >-
powershell
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/action@v2.0.3
- uses: pre-commit/action@v3.0.1
6 changes: 3 additions & 3 deletions .github/workflows/triggered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
# We need Python 3.7 to always be installed, so tests with
# multiple environments can run.
- name: Set up Python 3.7
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7

- name: Set up Python version ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand All @@ -45,7 +45,7 @@ jobs:
uses: browser-actions/setup-chrome@latest

- name: Set up R version ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
uses: r-lib/actions/setup-r@v2.11.0
with:
r-version: ${{ matrix.r-version }}

Expand Down

0 comments on commit 63b9141

Please sign in to comment.