File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v2
3434
3535 - name : Install Go
36- uses : actions/setup-go@v2
36+ uses : actions/setup-go@v3
3737 with :
3838 go-version : ${{ env.GO_VERSION }}
3939
5454 uses : actions/checkout@v2
5555
5656 - name : Install Go
57- uses : actions/setup-go@v2
57+ uses : actions/setup-go@v3
5858 with :
5959 go-version : ${{ env.GO_VERSION }}
6060
7878 uses : actions/checkout@v2
7979
8080 - name : Install Go
81- uses : actions/setup-go@v2
81+ uses : actions/setup-go@v3
8282 with :
8383 go-version : ${{ env.GO_VERSION }}
8484
@@ -102,7 +102,7 @@ jobs:
102102 uses : actions/checkout@v2
103103
104104 - name : Install Go
105- uses : actions/setup-go@v2
105+ uses : actions/setup-go@v3
106106 with :
107107 go-version : ${{ env.GO_VERSION }}
108108
@@ -135,7 +135,7 @@ jobs:
135135 uses : actions/checkout@v2
136136
137137 - name : Install Go
138- uses : actions/setup-go@v2
138+ uses : actions/setup-go@v3
139139 with :
140140 go-version : ${{ env.GO_VERSION }}
141141
You can’t perform that action at this time.
0 commit comments