File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 6
6
interval : weekly
7
7
time : ' 10:00'
8
8
open-pull-requests-limit : 10
9
+ - package-ecosystem : " github-actions"
10
+ directory : " /"
11
+ schedule :
12
+ interval : monthly
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
14
14
steps :
15
15
- name : Check out code into the Go module directory
16
- uses : actions/checkout@v1
16
+ uses : actions/checkout@v3
17
17
with :
18
18
fetch-depth : 0
19
19
20
20
- name : Set up Go
21
- uses : actions/setup-go@v2
21
+ uses : actions/setup-go@v4
22
22
with :
23
23
go-version : 1.18
24
24
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Set up Go
14
- uses : actions/setup-go@v2
14
+ uses : actions/setup-go@v4
15
15
16
16
- uses : actions/checkout@v2
17
17
18
18
- name : golangci-lint
19
- uses : golangci/golangci-lint-action@v2
19
+ uses : golangci/golangci-lint-action@v3
20
20
with :
21
21
version : v1.51
You can’t perform that action at this time.
0 commit comments