File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 - name : Set up Go
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v5
49+ uses : actions/checkout@v6
5050 with :
5151 fetch-depth : 0
5252 - name : Set up Go
Original file line number Diff line number Diff line change 1313 os : [ ubuntu-22.04, ubuntu-latest ]
1414 runs-on : ${{ matrix.os }}
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-go@v6
1818 with :
1919 go-version-file : go.mod
3434 os : [ macos-13, macos-latest ]
3535 runs-on : ${{ matrix.os }}
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838 - uses : actions/setup-go@v6
3939 with :
4040 go-version-file : go.mod
5555 windows :
5656 runs-on : windows-latest
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959
6060 - name : Install Make
6161 run : choco install make -y
Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.os }}
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 - name : Set up Go
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 - name : Set up Go
6565 runs-on : ubuntu-latest
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v5
68+ uses : actions/checkout@v6
6969 with :
7070 fetch-depth : 0
7171 - name : Set up Go
You can’t perform that action at this time.
0 commit comments