File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 with :
1414 go-version : ${{ matrix.go-version }}
1515 - name : Checkout code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717 - name : Cash Builder
1818 uses : actions/cache@v2
1919 with :
Original file line number Diff line number Diff line change 1414 contents : read
1515 steps :
1616 - name : Check out the repo
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818
1919 - name : Log in to Docker Hub
2020 uses : docker/login-action@v1
Original file line number Diff line number Diff line change 1010 name : lint
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - name : golangci-lint
1515 uses : golangci/golangci-lint-action@v3
1616 with :
Original file line number Diff line number Diff line change 1111 steps :
1212 -
1313 name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 with :
1616 fetch-depth : 0
1717 -
You can’t perform that action at this time.
0 commit comments