File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727 persist-credentials : false
4747 path : dist
4848
4949 - name : Generate artifact attestation for sdist and wheel
50- uses : actions/attest-build-provenance@v2
50+ uses : actions/attest-build-provenance@v3
5151 with :
5252 subject-path : " dist/*"
5353
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 runs-on : ubuntu-latest
2323 timeout-minutes : 8
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828 persist-credentials : false
29- - uses : actions/setup-python@v5
29+ - uses : actions/setup-python@v6
3030 with :
3131 python-version : " 3.13"
3232 - uses : astral-sh/setup-uv@v6
@@ -61,12 +61,12 @@ jobs:
6161 runs-on : ubuntu-latest
6262
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v5
6565 with :
6666 fetch-depth : 0
6767 persist-credentials : false
6868
69- - uses : actions/setup-python@v5
69+ - uses : actions/setup-python@v6
7070 with :
7171 python-version : ${{ matrix.python-version }}
7272 allow-prereleases : true
8282 --durations=20
8383
8484 - name : Upload coverage report
85- uses : codecov/codecov-action@v5.4.3
85+ uses : codecov/codecov-action@v5.5.1
You can’t perform that action at this time.
0 commit comments