File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 go-version : 1.19
2020
2121 - name : Check out code
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323
2424 - name : Test
2525 run : go test .
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030
3131 # Initializes the CodeQL tools for scanning.
3232 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1313 steps :
1414 -
1515 name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 -
1818 name : Set up QEMU
1919 uses : docker/setup-qemu-action@v2
Original file line number Diff line number Diff line change 1717 with :
1818 go-version : 1.19
1919 - name : Checkout code
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - name : Run golangci-lint
2222 uses : golangci/golangci-lint-action@v3.7.0
2323 with :
Original file line number Diff line number Diff line change 1515 with :
1616 go-version : 1.19
1717 - name : " Check out code"
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121 - name : " Create release on GitHub"
You can’t perform that action at this time.
0 commit comments