File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 steps :
3737
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v7
3939 with :
4040 fetch-depth : 0
4141
9595
9696 steps :
9797
98- - uses : actions/checkout@v4
98+ - uses : actions/checkout@v7
9999
100100 - name : Set up QEMU
101101 id : qemu
Original file line number Diff line number Diff line change 1010 steps :
1111
1212 - name : checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v7
1414
1515 - name : Install conda
1616 uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 1717
1818 steps :
1919
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v7
2121 with :
2222 fetch-depth : 0
2323
4242 linux_wheels :
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v7
4646 with :
4747 fetch-depth : 0
4848 - name : Set up Python
7373 linux_aarch64_wheels :
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v7
7777 with :
7878 fetch-depth : 0
7979 - name : Set up Python
@@ -102,7 +102,7 @@ jobs:
102102 sdist :
103103 runs-on : ubuntu-latest
104104 steps :
105- - uses : actions/checkout@v4
105+ - uses : actions/checkout@v7
106106 - name : Set up Python
107107 uses : actions/setup-python@v7
108108 with :
You can’t perform that action at this time.
0 commit comments