@@ -29,13 +29,13 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Set up Go 1.x
32- uses : actions/setup-go@v2
32+ uses : actions/setup-go@v3
3333 with :
3434 go-version : ${{ env.GO_VERSION }}
3535 id : go
3636
3737 - name : Check out code into the Go module directory
38- uses : actions/checkout@v2
38+ uses : actions/checkout@v3
3939
4040 - name : Setup environment
4141 run : |
@@ -52,13 +52,13 @@ jobs:
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Set up Go 1.x
55- uses : actions/setup-go@v2
55+ uses : actions/setup-go@v3
5656 with :
5757 go-version : ${{ env.GO_VERSION }}
5858 id : go
5959
6060 - name : Check out code into the Go module directory
61- uses : actions/checkout@v2
61+ uses : actions/checkout@v3
6262
6363 - name : Setup environment
6464 run : |
@@ -74,13 +74,13 @@ jobs:
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Set up Go 1.x
77- uses : actions/setup-go@v2
77+ uses : actions/setup-go@v3
7878 with :
7979 go-version : ${{ env.GO_VERSION }}
8080 id : go
8181
8282 - name : Check out code into the Go module directory
83- uses : actions/checkout@v2
83+ uses : actions/checkout@v3
8484
8585 - name : Setup environment
8686 run : |
@@ -96,13 +96,13 @@ jobs:
9696 runs-on : ubuntu-latest
9797 steps :
9898 - name : Set up Go 1.x
99- uses : actions/setup-go@v2
99+ uses : actions/setup-go@v3
100100 with :
101101 go-version : ${{ env.GO_VERSION }}
102102 id : go
103103
104104 - name : Check out code into the Go module directory
105- uses : actions/checkout@v2
105+ uses : actions/checkout@v3
106106
107107 - name : Setup environment
108108 run : |
@@ -118,13 +118,13 @@ jobs:
118118 runs-on : ubuntu-latest
119119 steps :
120120 - name : Set up Go 1.x
121- uses : actions/setup-go@v2
121+ uses : actions/setup-go@v3
122122 with :
123123 go-version : ${{ env.GO_VERSION }}
124124 id : go
125125
126126 - name : Check out code into the Go module directory
127- uses : actions/checkout@v2
127+ uses : actions/checkout@v3
128128
129129 - name : Setup environment
130130 run : |
@@ -140,7 +140,7 @@ jobs:
140140 runs-on : ubuntu-latest
141141 steps :
142142 - name : Check out code into the Go module directory
143- uses : actions/checkout@v2
143+ uses : actions/checkout@v3
144144
145145 - name : Setup promtool
146146 run : |
@@ -155,13 +155,13 @@ jobs:
155155 runs-on : ubuntu-latest
156156 steps :
157157 - name : Set up Go 1.x
158- uses : actions/setup-go@v2
158+ uses : actions/setup-go@v3
159159 with :
160160 go-version : ${{ env.GO_VERSION }}
161161 id : go
162162
163163 - name : Check out code into the Go module directory
164- uses : actions/checkout@v2
164+ uses : actions/checkout@v3
165165
166166 - name : Setup environment
167167 run : |
@@ -177,13 +177,13 @@ jobs:
177177 runs-on : ubuntu-latest
178178 steps :
179179 - name : Set up Go 1.x
180- uses : actions/setup-go@v2
180+ uses : actions/setup-go@v3
181181 with :
182182 go-version : ${{ env.GO_VERSION }}
183183 id : go
184184
185185 - name : Check out code into the Go module directory
186- uses : actions/checkout@v2
186+ uses : actions/checkout@v3
187187
188188 - name : Setup environment
189189 run : |
@@ -199,13 +199,13 @@ jobs:
199199 runs-on : ubuntu-latest
200200 steps :
201201 - name : Set up Go 1.x
202- uses : actions/setup-go@v2
202+ uses : actions/setup-go@v3
203203 with :
204204 go-version : ${{ env.GO_VERSION }}
205205 id : go
206206
207207 - name : Check out code into the Go module directory
208- uses : actions/checkout@v2
208+ uses : actions/checkout@v3
209209
210210 - name : Setup environment
211211 run : |
0 commit comments