File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: Apache-2.0
44version : 2
55updates :
6- - package-ecosystem : " github-actions"
6+ - package-ecosystem : " github-actions"
77 directory : " /"
88 schedule :
99 interval : " weekly"
10- - package-ecosystem : " gomod"
10+ groups :
11+ github-actions :
12+ patterns :
13+ - " *"
14+
15+ - package-ecosystem : " gomod"
1116 directory : " /"
1217 schedule :
1318 interval : " weekly"
19+ groups :
20+ go-dependencies :
21+ patterns :
22+ - " *"
Original file line number Diff line number Diff line change 1414 runs-on : sdcio-action-runners
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1919 if : startsWith(github.ref, 'refs/tags/v')
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 1919 unittest :
2020 runs-on : ubuntu-22.04
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - uses : actions/setup-go@v5
2525 with :
4545 configversion : ${{ steps.image.outputs.version }}
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949 with :
5050 ref : ${{ github.head_ref }}
5151 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments