File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
build-notls :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
- name : Install dependencies
11
11
run : |
12
12
sudo apt-get -qq update
21
21
platform : [ubuntu-latest, ubuntu-20.04]
22
22
runs-on : ${{ matrix.platform }}
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v4
25
25
- name : Install dependencies
26
26
run : |
27
27
sudo apt-get -qq update
Original file line number Diff line number Diff line change 24
24
matrix :
25
25
dist : ${{ fromJSON(vars.BUILD_DISTS) }}
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
path : sources
30
30
- name : Install dependencies
70
70
exclude : ${{ fromJSON(vars.BUILD_EXCLUDE) }}
71
71
needs : build-source-package
72
72
steps :
73
- - uses : actions/checkout@v2
73
+ - uses : actions/checkout@v4
74
74
- name : Determine build architecture
75
75
run : |
76
76
if [ ${{ matrix.arch }} = "i386" ]; then
You can’t perform that action at this time.
0 commit comments