File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 shell : " bash -l {0}"
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 submodules : true
2929
3030 - name : Get conda
31- uses : conda-incubator/setup-miniconda@v3.0.4
31+ uses : conda-incubator/setup-miniconda@v3.2.0
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 channels : conda-forge
Original file line number Diff line number Diff line change 1515 name : Format
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
19- - uses : actions/setup-python@v5
18+ - uses : actions/checkout@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.x"
2222 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 runs-on : ${{ matrix.platform }}
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 submodules : true
2424
25- - uses : actions/setup-python@v5
25+ - uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828
Original file line number Diff line number Diff line change 1515 name : Build SDist
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 submodules : true
2121
@@ -40,11 +40,11 @@ jobs:
4040 os : [ubuntu-latest, windows-latest, macos-13]
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 with :
4545 submodules : true
4646
47- - uses : pypa/cibuildwheel@v2.17
47+ - uses : pypa/cibuildwheel@v3.1
4848 env :
4949 CIBW_ARCHS_MACOS : auto universal2
5050
@@ -66,11 +66,11 @@ jobs:
6666 if : github.event_name == 'release' && github.event.action == 'published'
6767
6868 steps :
69- - uses : actions/setup-python@v5
69+ - uses : actions/setup-python@v6
7070 with :
7171 python-version : " 3.x"
7272
73- - uses : actions/download-artifact@v4
73+ - uses : actions/download-artifact@v5
7474 with :
7575 pattern : cibw-*
7676 path : dist
You can’t perform that action at this time.
0 commit comments