File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 name : lint and fmt - Python ${{ matrix.python-version }} on ${{ matrix.architecture }}
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Install prettier
2424 run : |
Original file line number Diff line number Diff line change 1919 target : [x86_64, x86, aarch64]
2020 name : Ubuntu, ${{ matrix.target }}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-python@v6
2424 with :
2525 python-version : 3.x
4444 target : [x64, x86]
4545 name : Windows, ${{ matrix.target }}
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - uses : actions/setup-python@v6
4949 with :
5050 python-version : 3.x
6969 target : [x86_64, aarch64]
7070 name : macOS, ${{ matrix.target }}
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
7373 - uses : actions/setup-python@v6
7474 with :
7575 python-version : 3.x
8989 sdist :
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v5
9393 - name : Build sdist
9494 uses : PyO3/maturin-action@v1
9595 with :
Original file line number Diff line number Diff line change 1717 name : unittest - Python ${{ matrix.python-version }} on ${{ matrix.architecture }}
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Install maturin
2323 run : pipx install maturin
You can’t perform that action at this time.
0 commit comments