File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-20.04
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717 - uses : kciter/aws-ecr-action@v4
1818 with :
1919 access_key_id : ${{ secrets.AWS_ACCESS_KEY_ID }}
Original file line number Diff line number Diff line change 1616 with :
1717 release-type : go
1818 - name : Checkout code
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020 if : ${{ steps.release.outputs.release_created }}
2121 - uses : kciter/aws-ecr-action@v4
2222 with :
Original file line number Diff line number Diff line change 2121 with :
2222 go-version : ${{ matrix.go-version }}
2323 - name : Checkout code
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
25252626 with :
2727 path : ~/go/pkg/mod
3636 name : Lint & License Check
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v2
39+ - uses : actions/checkout@v3
4040 - name : golangci-lint
4141 uses : golangci/golangci-lint-action@v2
4242 with :
You can’t perform that action at this time.
0 commit comments