File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
pythonbuild :
8
8
runs-on : ' macos-11'
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
12
12
- name : Install Rust
13
13
uses : dtolnay/rust-toolchain@v1
@@ -164,7 +164,7 @@ jobs:
164
164
- pythonbuild
165
165
runs-on : ' macos-11'
166
166
steps :
167
- - uses : actions/checkout@v3
167
+ - uses : actions/checkout@v4
168
168
with :
169
169
fetch-depth : 0
170
170
@@ -194,7 +194,7 @@ jobs:
194
194
195
195
./build-macos.py --target-triple ${{ matrix.build.target_triple }} --python ${{ matrix.build.py }} --optimizations ${{ matrix.build.optimizations }}
196
196
197
- - uses : actions/checkout@v3
197
+ - uses : actions/checkout@v4
198
198
with :
199
199
repository : ' phracker/MacOSX-SDKs'
200
200
ref : master
Original file line number Diff line number Diff line change 12
12
sudo apt update
13
13
sudo apt install -y --no-install-recommends libssl-dev pkg-config
14
14
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Install Rust
18
18
uses : dtolnay/rust-toolchain@v1
55
55
permissions :
56
56
packages : write
57
57
steps :
58
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
59
59
60
60
- name : Install Python
61
61
uses : actions/setup-python@v4
@@ -892,7 +892,7 @@ jobs:
892
892
- image
893
893
runs-on : ubuntu-22.04
894
894
steps :
895
- - uses : actions/checkout@v3
895
+ - uses : actions/checkout@v4
896
896
with :
897
897
fetch-depth : 0
898
898
Original file line number Diff line number Diff line change 7
7
pythonbuild :
8
8
runs-on : ' windows-2019'
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
12
12
- name : Install Rust
13
13
uses : dtolnay/rust-toolchain@v1
55
55
needs : pythonbuild
56
56
runs-on : ' windows-2019'
57
57
steps :
58
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
59
59
with :
60
60
fetch-depth : 0
61
61
You can’t perform that action at this time.
0 commit comments