File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161 runs-on : ubuntu-24.04
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v5
6565
6666 - name : Setup Python
6767 uses : actions/setup-python@v6
9494 runs-on : ubuntu-24.04
9595 steps :
9696 - name : Checkout
97- uses : actions/checkout@v4
97+ uses : actions/checkout@v5
9898
9999 - name : Setup Python
100100 uses : actions/setup-python@v6
@@ -153,7 +153,7 @@ jobs:
153153 install : true
154154
155155 - name : Checkout
156- uses : actions/checkout@v4
156+ uses : actions/checkout@v5
157157
158158 - name : Download Wheel from GitHub
159159 uses : actions/download-artifact@v5
@@ -227,7 +227,7 @@ jobs:
227227 packages : write
228228 steps :
229229 - name : Checkout
230- uses : actions/checkout@v4
230+ uses : actions/checkout@v5
231231
232232 - name : Download Single-Platform Packages
233233 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments