File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515
1616 steps :
1717
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
7070
7171 steps :
7272
73- - uses : actions/checkout@v3
73+ - uses : actions/checkout@v4
7474
7575 - name : Set up QEMU
7676 id : qemu
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212
1313 - uses : conda-incubator/setup-miniconda@v2
1414 with :
Original file line number Diff line number Diff line change 1717
1818 steps :
1919
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323
4242 linux_wheels :
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v4
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@v3
76+ - uses : actions/checkout@v4
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@v3
105+ - uses : actions/checkout@v4
106106 - name : Set up Python
107107 uses : actions/setup-python@v4
108108 with :
You can’t perform that action at this time.
0 commit comments