File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131
4141 # if: github.event_name == 'release' && github.event.action == 'published'
4242
4343 steps :
44- - uses : actions/download-artifact@v4
44+ - uses : actions/download-artifact@v5
4545 with :
4646 name : Packages
4747 path : dist
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 name : Format
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
27- - uses : actions/setup-python@v5
27+ - uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.x"
3030 - uses : pre-commit/action@v3.0.1
@@ -50,11 +50,11 @@ jobs:
5050 runs-on : ubuntu-latest
5151
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 with :
5555 fetch-depth : 0
5656
57- - uses : actions/setup-python@v5
57+ - uses : actions/setup-python@v6
5858 with :
5959 python-version : ${{ matrix.python-version }}
6060 allow-prereleases : true
6868 --durations=20
6969
7070 - name : Upload coverage report
71- uses : codecov/codecov-action@v5.4.0
71+ uses : codecov/codecov-action@v5.5.1
7272 with :
7373 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments