File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 go-version : ${{matrix.go-version}}
2222
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424
2525 - name : golangci-lint
2626 uses : golangci/golangci-lint-action@v9
3434 with :
3535 python-version : 3.14
3636
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838
3939 - name : install check-jsonschema
4040 run : python -m pip install 'check-jsonschema==0.27.3'
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 2424 id : go
2525
2626 - name : Check out code into the Go module directory
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828
2929 - name : Download Go modules
3030 run : go mod download
You can’t perform that action at this time.
0 commit comments