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 3030 go-version : ${{ matrix.go-version }}
3131
3232 - name : Checkout code
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v3
3434
3535 - name : Test
3636 run : make test
Original file line number Diff line number Diff line change 55 commitlint :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v2
8+ - uses : actions/checkout@v3
99 with :
1010 fetch-depth : 0
1111 - uses : wagoid/commitlint-github-action@v4
Original file line number Diff line number Diff line change 1414 name : lint
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : golangci-lint
1919 uses : golangci/golangci-lint-action@v2
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - uses : ncipollo/release-action@v1
1414 with :
1515 body :
You can’t perform that action at this time.
0 commit comments