File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v5.0.0
2020
2121 - name : Set up QEMU
2222 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 1818 if : github.event_name == 'release'
1919
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v5.0.0
2222
2323 - name : Set up latest Python
2424 uses : actions/setup-python@v6
4646 outputs :
4747 include : ${{ steps.set-matrix.outputs.include }}
4848 steps :
49- - uses : actions/checkout@v6
49+ - uses : actions/checkout@v5.0.0
5050 # Keep cibuildwheel version in sync with below
5151 - name : Install cibuildwheel and pypyp
5252 run : |
9393 include : ${{ fromJson(needs.generate_wheels_matrix.outputs.include) }}
9494
9595 steps :
96- - uses : actions/checkout@v6
96+ - uses : actions/checkout@v5.0.0
9797 # Keep cibuildwheel version in sync with above
9898 - uses : pypa/cibuildwheel@v3.3.0
9999 with :
@@ -121,7 +121,7 @@ jobs:
121121
122122 steps :
123123 - name : Checkout stable branch
124- uses : actions/checkout@v6
124+ uses : actions/checkout@v5.0.0
125125 with :
126126 ref : stable
127127 fetch-depth : 0
Original file line number Diff line number Diff line change 3737 executable_mime : " application/x-mach-binary"
3838
3939 steps :
40- - uses : actions/checkout@v6
40+ - uses : actions/checkout@v5.0.0
4141
4242 - name : Set up latest Python
4343 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2424 lint :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - uses : psf/black@stable
2929` ` `
3030
You can’t perform that action at this time.
0 commit comments