File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
17
17
- name : Build tests
18
18
run : |
24
24
runs-on : ubuntu-latest
25
25
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
29
29
- name : Build tests
30
30
run : docker buildx build . --target test-clang -t spectrum:tests-clang
34
34
runs-on : ubuntu-latest
35
35
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
39
39
- name : Build tests
40
40
run : docker buildx build . --target test-musl -t spectrum:tests-musl
43
43
macos :
44
44
runs-on : macos-14
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
- name : Install MacPorts
48
48
run : |
49
49
curl -L -O "https://github.com/macports/macports-base/releases/download/v2.9.0/MacPorts-2.9.0-14-Sonoma.pkg"
72
72
windows :
73
73
runs-on : windows-2022
74
74
steps :
75
- - uses : actions/checkout@v4
75
+ - uses : actions/checkout@v5
76
76
- name : Install dependencies
77
77
run : |
78
78
curl -L -O https://packages.spectrum.im/deps32.zip
99
99
runs-on : ubuntu-latest
100
100
101
101
steps :
102
- - uses : actions/checkout@v4
102
+ - uses : actions/checkout@v5
103
103
104
104
- name : Build from Dockerfile\.trixie
105
105
run : docker build -f Dockerfile\.trixie -t spectrum:trixie \.
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-20.04
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Docker meta
17
17
id : docker_meta
18
18
uses : crazy-max/ghaction-docker-meta@v5
You can’t perform that action at this time.
0 commit comments