File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 env :
1414 HUGO_VERSION : 0.54.0
15+ permissions :
16+ contents : write
1517
1618 steps :
1719 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - uses : actions/checkout@v5
26- - uses : actions/setup-go@v5
26+ - uses : actions/setup-go@v6
2727 with :
2828 go-version : ${{ matrix.go-version }}
2929
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
26- - uses : actions/setup-go@v5
26+ - uses : actions/setup-go@v6
2727 with :
2828 go-version : ${{ env.GO_VERSION }}
2929
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
21- - uses : actions/setup-go@v5
21+ - uses : actions/setup-go@v6
2222 with :
2323 go-version : ${{ env.GO_VERSION }}
2424
You can’t perform that action at this time.
0 commit comments