File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 go-version : " 1.20"
1919 - name : Checkout code
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121 - name : Gorelease cache
22- uses : actions/cache@v2
22+ uses : actions/cache@v3
2323 with :
2424 path : |
2525 ~/go/bin/gorelease
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout sources
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414
1515 - name : Changelog updated
16- uses : Zomzog/changelog-checker@v1.2 .0
16+ uses : Zomzog/changelog-checker@v1.3 .0
1717 with :
1818 fileName : CHANGELOG.md
1919 env :
Original file line number Diff line number Diff line change 1717 runs-on : ${{ matrix.os }}
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121
2222 - name : Setup Go
2323 uses : actions/setup-go@v3
Original file line number Diff line number Diff line change 1313 cancel-in-progress : true
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : golangci-lint
18- uses : golangci/golangci-lint-action@v2
18+ uses : golangci/golangci-lint-action@v3
1919 with :
2020 version : v1.50.1
2121 autoformatter :
2525 cancel-in-progress : true
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929
3030 - name : Install Go
3131 uses : actions/setup-go@v3
Original file line number Diff line number Diff line change 2424 with :
2525 go-version : ${{ matrix.go-version }}
2626 - name : Checkout code
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v3
2828 - name : Test
2929 run : go test -race -tags fast -coverprofile unit.txt -covermode atomic ./...
3030 - name : Upload coverage report to Codecov
6868 with :
6969 go-version : ${{ matrix.go-version }}
7070 - name : Checkout code
71- uses : actions/checkout@v2
71+ uses : actions/checkout@v3
7272 - name : Wait database available
7373 run : bash ./.github/scripts/wait-ydb-container.sh
7474 - name : Integration test
@@ -113,7 +113,7 @@ jobs:
113113 with :
114114 go-version : ${{ matrix.go-version }}
115115 - name : Checkout code
116- uses : actions/checkout@v2
116+ uses : actions/checkout@v3
117117 - name : Wait database available
118118 run : bash ./.github/scripts/wait-ydb-container.sh
119119 - name : Test insecure connection
You can’t perform that action at this time.
0 commit comments