File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v5
2626
2727 - name : Set up Go
28- uses : actions/setup-go@v5
28+ uses : actions/setup-go@v6
2929 with :
3030 go-version-file : ' go.mod'
3131 cache : true
4444 uses : actions/checkout@v5
4545
4646 - name : Set up Go
47- uses : actions/setup-go@v5
47+ uses : actions/setup-go@v6
4848 with :
4949 go-version-file : ' go.mod'
5050 cache : true
8383 fetch-depth : 0
8484
8585 - name : Set up Go
86- uses : actions/setup-go@v5
86+ uses : actions/setup-go@v6
8787 with :
8888 go-version-file : ' go.mod'
8989 cache : true
@@ -308,7 +308,7 @@ jobs:
308308 uses : actions/checkout@v5
309309
310310 - name : Set up Go
311- uses : actions/setup-go@v5
311+ uses : actions/setup-go@v6
312312 with :
313313 go-version-file : ' go.mod'
314314 cache : true
Original file line number Diff line number Diff line change 2727 token : ${{ secrets.GITHUB_TOKEN }}
2828
2929 - name : Set up Go
30- uses : actions/setup-go@v5
30+ uses : actions/setup-go@v6
3131 with :
3232 go-version-file : ' go.mod'
3333 cache : true
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 ref : ${{ github.head_ref || github.ref }}
126126
127127 - name : Set up Go
128- uses : actions/setup-go@v5
128+ uses : actions/setup-go@v6
129129 with :
130130 go-version-file : ' go.mod'
131131 cache : true
@@ -295,7 +295,7 @@ jobs:
295295 ref : ${{ github.head_ref || github.ref }}
296296
297297 - name : Set up Go
298- uses : actions/setup-go@v5
298+ uses : actions/setup-go@v6
299299 with :
300300 go-version-file : ' go.mod'
301301 cache : true
You can’t perform that action at this time.
0 commit comments