File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 go-test :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-go@v5
1818 with :
1919 go-version-file : go.mod
Original file line number Diff line number Diff line change 1515 name : lint
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - uses : actions/setup-go@v5
2121 with :
Original file line number Diff line number Diff line change 1212 contents : write
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
4242 IMAGE_NAME : ${{ github.repository }}
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 fetch-depth : 0
4848
You can’t perform that action at this time.
0 commit comments