File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
build :
18
18
runs-on : ubuntu-22.04
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : install prerequisites
22
22
run : |
23
23
sudo apt-get update
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : ' Checkout'
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
- name : ' Install prerequisites and build'
15
15
uses : vmactions/freebsd-vm@v1
16
16
with :
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-22.04
23
23
steps :
24
24
- name : ' Checkout'
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
fetch-depth : 0
28
28
- name : ' Get latest tag'
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-22.04
11
11
steps :
12
12
- name : ' Checkout'
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
- name : ' Install prerequisites'
15
15
run : |
16
16
sudo apt-get update
Original file line number Diff line number Diff line change 21
21
DISTRO : ${{ matrix.os }}
22
22
steps :
23
23
- name : ' Checkout'
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
- name : ' Install toolchain'
26
26
if : ${{ (matrix.compiler == 'clang') && (matrix.os == 'ubuntu-22.04') }}
27
27
run : .github/workflows/install-clang.sh 15
Original file line number Diff line number Diff line change 10
10
runs-on : windows-2022
11
11
steps :
12
12
- name : ' Checkout'
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
- name : ' Setup Python'
15
15
uses : actions/setup-python@v5
16
16
with :
31
31
runs-on : windows-2022
32
32
steps :
33
33
- name : ' Checkout'
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
- name : ' Setup Python'
36
36
uses : actions/setup-python@v5
37
37
with :
57
57
shell : msys2 {0}
58
58
steps :
59
59
- name : ' Checkout'
60
- uses : actions/checkout@v4
60
+ uses : actions/checkout@v5
61
61
- name : ' Setup MSYS2'
62
62
uses : msys2/setup-msys2@v2
63
63
with :
You can’t perform that action at this time.
0 commit comments