File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
username : ${{ secrets.DOCKERHUB_USERNAME }}
25
25
password : ${{ secrets.DOCKERHUB_TOKEN }}
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
29
-
Original file line number Diff line number Diff line change 14
14
name : " Build"
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v5
18
18
19
19
- uses : actions/setup-go@v6
20
20
with :
32
32
fail-fast : false
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v5
36
36
37
37
- uses : actions/setup-go@v6
38
38
with :
48
48
name : " Staticcheck"
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v5
52
52
53
53
- uses : actions/setup-go@v6
54
54
with :
64
64
name : " Errcheck"
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v5
68
68
69
69
- uses : actions/setup-go@v6
70
70
with :
You can’t perform that action at this time.
0 commit comments