File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
timeout-minutes : 60
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
- name : Inspections
17
17
id : inspections
18
18
run : echo "arch=$(uname -m)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 19
19
runs-on : ${{ matrix.runs-on }}
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
submodules : true
25
25
- name : Build container
51
51
distro : ['bookworm', 'alpine']
52
52
steps :
53
53
- name : Checkout
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
with :
56
56
submodules : true
57
57
- name : Setup QEMU
Original file line number Diff line number Diff line change 22
22
runs-on : ${{ matrix.runs-on }}
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
submodules : true
28
28
- name : Setup buildx
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Checkout
46
- uses : actions/checkout@v4
46
+ uses : actions/checkout@v5
47
47
- name : Download coverage artifacts
48
48
uses : actions/download-artifact@v5
49
49
with :
You can’t perform that action at this time.
0 commit comments