File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
1818 ref : ${{ github.ref }}
Original file line number Diff line number Diff line change 1818 - uses : actions/setup-go@v4
1919 with :
2020 go-version : ' 1.22'
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : golangci-lint
2323 uses : golangci/golangci-lint-action@v4
2424 with :
Original file line number Diff line number Diff line change 1616 - realm=platform
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
2222 ref : ${{ github.ref }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 - name : Build xatu image
1818 run : |
1919 docker build -t ethpandaops/xatu:local .
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : Set up Go
2222 uses : actions/setup-go@v4
You can’t perform that action at this time.
0 commit comments