File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 - uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 1818 name : Inception and Lint
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : actions/setup-go@v6
2323 with :
2424 go-version : stable
Original file line number Diff line number Diff line change 1212 goreleaser :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 - uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 2020 runs-on : ${{ matrix.os }}
2121 name : Run tests
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : actions/setup-go@v6
2525 with :
2626 go-version : ${{ matrix.go-version }}
You can’t perform that action at this time.
0 commit comments