File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
docker :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : ' 0'
22
22
- name : qemu
Original file line number Diff line number Diff line change 13
13
permissions :
14
14
contents : read
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
Original file line number Diff line number Diff line change 15
15
name : lint
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- uses : actions/setup-go@v5
20
20
with :
21
21
go-version : 1.24.x
Original file line number Diff line number Diff line change 57
57
statuses : write
58
58
steps :
59
59
- run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
60
- - uses : actions/checkout@v4
60
+ - uses : actions/checkout@v5
61
61
with :
62
62
fetch-depth : ' 0'
63
63
- uses : actions/setup-go@v5
96
96
statuses : write
97
97
steps :
98
98
- run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
99
- - uses : actions/checkout@v4
99
+ - uses : actions/checkout@v5
100
100
with :
101
101
fetch-depth : ' 0'
102
102
- name : Set up QEMU
You can’t perform that action at this time.
0 commit comments