@@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.10'
21- -
uses :
pre-commit/[email protected] .0 21+ -
uses :
pre-commit/[email protected] .1 2222
2323 tests :
2424 runs-on : ${{ matrix.os }}
@@ -28,10 +28,10 @@ jobs:
2828 os : [ubuntu-latest, windows-latest]
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737
5959 runs-on : ubuntu-latest
6060
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 - name : Set up Python
64- uses : actions/setup-python@v5
64+ uses : actions/setup-python@v6
6565 with :
6666 python-version : ' 3.10'
6767
7878 name : build
7979 runs-on : ubuntu-latest
8080 steps :
81- - uses : actions/checkout@v4
81+ - uses : actions/checkout@v5
8282 - name : Set up Python
83- uses : actions/setup-python@v5
83+ uses : actions/setup-python@v6
8484 with :
8585 python-version : " 3.x"
8686 - name : Install build tooling
@@ -107,7 +107,7 @@ jobs:
107107 id-token : write
108108 steps :
109109 - name : Download all the dists
110- uses : actions/download-artifact@v4
110+ uses : actions/download-artifact@v5
111111 with :
112112 name : python-package-distributions
113113 path : dist/
@@ -129,7 +129,7 @@ jobs:
129129
130130 steps :
131131 - name : Download all the dists
132- uses : actions/download-artifact@v4
132+ uses : actions/download-artifact@v5
133133 with :
134134 name : python-package-distributions
135135 path : dist/
0 commit comments