File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363 if : always() && github.actor != 'dependabot[bot]'
6464
6565 - name : Set up Go
66- uses : actions/setup-go@v5
66+ uses : actions/setup-go@v6
6767 with :
6868 go-version : " 1.25.x"
6969 # Always run this step so that all linting errors can be seen at once.
Original file line number Diff line number Diff line change 3737 uses : actions/checkout@v5
3838
3939 - name : Set up Go
40- uses : actions/setup-go@v5
40+ uses : actions/setup-go@v6
4141 with :
4242 go-version : " 1.25.x"
4343 cache : true
6868 uses : actions/checkout@v5
6969
7070 - name : Set up Go
71- uses : actions/setup-go@v5
71+ uses : actions/setup-go@v6
7272 with :
7373 go-version : " 1.25.x"
7474 cache : true
Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020
2121 - name : Set up Go
22- uses : actions/setup-go@v5
22+ uses : actions/setup-go@v6
2323 with :
2424 go-version : " 1.25.x"
2525
You can’t perform that action at this time.
0 commit comments