File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
version : 2
7
7
updates :
8
+ - package-ecosystem : " github-actions"
9
+ directory : " /"
10
+ schedule :
11
+ interval : " weekly"
8
12
- package-ecosystem : " " # See documentation for possible values
9
13
directory : " /" # Location of package manifests
10
14
schedule :
Original file line number Diff line number Diff line change 7
7
name : lint
8
8
runs-on : ubuntu-22.04
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
- - uses : actions/setup-go@v3
13
+ - uses : actions/setup-go@v5
14
14
with :
15
15
go-version-file : " go.mod"
16
16
- run : make lint
Original file line number Diff line number Diff line change 7
7
name : unit
8
8
runs-on : ubuntu-22.04
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
- - uses : actions/setup-go@v3
13
+ - uses : actions/setup-go@v5
14
14
with :
15
15
go-version-file : " go.mod"
16
16
- run : make test
You can’t perform that action at this time.
0 commit comments