File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 66 interval : weekly
77 time : ' 10:00'
88 open-pull-requests-limit : 10
9+
10+ - package-ecosystem : " github-actions"
11+ directory : " /"
12+ schedule :
13+ interval : monthly
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212
1313 steps :
1414 - name : Check out code into the Go module directory
15- uses : actions/checkout@v1
15+ uses : actions/checkout@v3
1616 with :
1717 fetch-depth : 0
1818
1919 - name : Set up Go
20- uses : actions/setup-go@v2
20+ uses : actions/setup-go@v4
2121 with :
2222 go-version : 1.19
2323
Original file line number Diff line number Diff line change 1212 name : lint
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616
1717 - name : golangci-lint
18- uses : golangci/golangci-lint-action@v2
18+ uses : golangci/golangci-lint-action@v3
1919 with :
2020 version : v1.51
You can’t perform that action at this time.
0 commit comments