File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v6
1919
2020 - name : Set up Go
21- uses : actions/setup-go@v4
21+ uses : actions/setup-go@v6
2222 with :
2323 go-version : ${{ env.GO_VERSION }}
2424
4747 - uses : actions/checkout@v6
4848
4949 - name : Set up Go
50- uses : actions/setup-go@v4
50+ uses : actions/setup-go@v6
5151 with :
5252 go-version : ${{ env.GO_VERSION }}
5353
@@ -108,7 +108,7 @@ jobs:
108108 - uses : actions/checkout@v6
109109
110110 - name : Set up Go
111- uses : actions/setup-go@v4
111+ uses : actions/setup-go@v6
112112 with :
113113 go-version : ${{ env.GO_VERSION }}
114114
Original file line number Diff line number Diff line change 2222 fetch-depth : 0
2323
2424 - name : Set up Go
25- uses : actions/setup-go@v4
25+ uses : actions/setup-go@v6
2626 with :
2727 go-version : ${{ env.GO_VERSION }}
2828
You can’t perform that action at this time.
0 commit comments