File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - runner : ubuntu-22.04
3838 target : ppc64le
3939 steps :
40- - uses : actions/checkout@v6
40+ - uses : actions/checkout@v7
4141 - uses : actions/setup-python@v6
4242 with :
4343 python-version : 3.x
7575 - runner : ubuntu-22.04
7676 target : armv7
7777 steps :
78- - uses : actions/checkout@v6
78+ - uses : actions/checkout@v7
7979 - uses : actions/setup-python@v6
8080 with :
8181 python-version : 3.x
@@ -114,7 +114,7 @@ jobs:
114114 target : aarch64
115115 python_arch : arm64
116116 steps :
117- - uses : actions/checkout@v6
117+ - uses : actions/checkout@v7
118118 - uses : actions/setup-python@v6
119119 with :
120120 python-version : 3.13
@@ -151,7 +151,7 @@ jobs:
151151 - runner : macos-latest
152152 target : aarch64
153153 steps :
154- - uses : actions/checkout@v6
154+ - uses : actions/checkout@v7
155155 - uses : actions/setup-python@v6
156156 with :
157157 python-version : 3.x
@@ -176,7 +176,7 @@ jobs:
176176 sdist :
177177 runs-on : ubuntu-latest
178178 steps :
179- - uses : actions/checkout@v6
179+ - uses : actions/checkout@v7
180180 - name : Build sdist
181181 uses : PyO3/maturin-action@v1
182182 with :
You can’t perform that action at this time.
0 commit comments