File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 os : [macos, windows, ubuntu]
1414 runs-on : ${{ matrix.os }}-latest
1515 steps :
16- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1717 - uses : actions/setup-go@v4
1818 with :
1919 go-version : 1.19
3232 - uses : actions/setup-go@v4
3333 with :
3434 go-version : 1.19
35- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
35+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3636 - name : golangci-lint
3737 uses : golangci/golangci-lint-action@v3
3838 with :
5050 - uses : actions/setup-go@v4
5151 with :
5252 go-version : 1.19
53- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
53+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5454 - name : golangci-lint
5555 uses : golangci/golangci-lint-action@v3
5656 with :
You can’t perform that action at this time.
0 commit comments