File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 name : Check for spelling errors
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 - uses : codespell-project/actions-codespell@master
1313 with :
1414 check_filenames : true
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 : Build
1818 run : |
1919 go build -v -a -o ./bin/csi-proxy.exe ./cmd/csi-proxy
4141 with :
4242 go-version : ${{ matrix.go }}
4343 - name : Checkout code
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v3
4545 - name : Run Windows Unit Tests
4646 run : |
4747 make all
6666 curl -LO $PB_REL/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
6767 unzip protoc-3.15.8-linux-x86_64.zip -d $HOME/.local
6868 - name : Checkout code
69- uses : actions/checkout@v2
69+ uses : actions/checkout@v3
7070 with :
7171 fetch-depth : 1
7272 path : go/src/github.com/kubernetes-csi/csi-proxy
You can’t perform that action at this time.
0 commit comments