File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v2.4.0
38+ uses : actions/checkout@v3
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 66 name : lint
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2.4.0
9+ - uses : actions/checkout@v3
1010 - name : golangci-lint
1111 uses : golangci/golangci-lint-action@v3
1212 with :
Original file line number Diff line number Diff line change 1616 with :
1717 go-version : ${{ matrix.go-version }}
1818 - name : Checkout code
19- uses : actions/checkout@v2.4.0
19+ uses : actions/checkout@v3
2020 - name : Test
2121 run : go test -race -v ./...
2222 working-directory : ./v6
You can’t perform that action at this time.
0 commit comments