File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 go-version : 1.15
1717
1818 - name : Check out code
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020
2121 - name : Test
2222 run : go test .
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v3
2727
2828 # Initializes the CodeQL tools for scanning.
2929 - name : Initialize CodeQL
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 -
1616 name : Set up QEMU
1717 uses : docker/setup-qemu-action@v1
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 - name : Run golangci-lint
1515 uses : golangci/golangci-lint-action@v3.1.0
1616 with :
Original file line number Diff line number Diff line change 1111 steps :
1212 -
1313 name : " Check out code"
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