1818 python-version : ["3.10", "3.11", "3.12", "3.13", "3.14"]
1919
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222
2323 - name : Set up Python
2424 uses : actions/setup-python@v6
5656 with :
5757 app-id : ${{ secrets.CLOUDCHECK_APP_ID }}
5858 private-key : ${{ secrets.CLOUDCHECK_APP_PRIVATE_KEY }}
59- - uses : actions/checkout@v6
59+ - uses : actions/checkout@v7
6060 with :
6161 fetch-depth : 0
6262 token : ${{ steps.app-token.outputs.token }}
@@ -116,7 +116,7 @@ jobs:
116116 - runner : ubuntu-22.04
117117 target : ppc64le
118118 steps :
119- - uses : actions/checkout@v6
119+ - uses : actions/checkout@v7
120120 - uses : actions/setup-python@v6
121121 with :
122122 python-version : 3.x
@@ -162,7 +162,7 @@ jobs:
162162 - runner : ubuntu-22.04
163163 target : armv7
164164 steps :
165- - uses : actions/checkout@v6
165+ - uses : actions/checkout@v7
166166 - uses : actions/setup-python@v6
167167 with :
168168 python-version : 3.x
@@ -208,7 +208,7 @@ jobs:
208208 - runner : windows-latest
209209 target : x86
210210 steps :
211- - uses : actions/checkout@v6
211+ - uses : actions/checkout@v7
212212 - uses : actions/setup-python@v6
213213 with :
214214 python-version : 3.x
@@ -237,7 +237,7 @@ jobs:
237237 - runner : macos-latest
238238 target : aarch64
239239 steps :
240- - uses : actions/checkout@v6
240+ - uses : actions/checkout@v7
241241 - uses : actions/setup-python@v6
242242 with :
243243 python-version : 3.x
@@ -258,7 +258,7 @@ jobs:
258258 needs : publish
259259 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
260260 steps :
261- - uses : actions/checkout@v6
261+ - uses : actions/checkout@v7
262262 - name : Build sdist
263263 uses : PyO3/maturin-action@v1
264264 with :
0 commit comments