Skip to content

Commit fa607e1

Browse files
chore(deps): update actions/setup-go action to v5
1 parent 2c19b88 commit fa607e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
submodules: true
7575

7676
- name: Setup Go
77-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
77+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
7878
with:
7979
go-version: ${{ env.GO_VERSION }}
8080

@@ -118,7 +118,7 @@ jobs:
118118
submodules: true
119119

120120
- name: Setup Go
121-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
121+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
122122
with:
123123
go-version: ${{ env.GO_VERSION }}
124124

@@ -164,7 +164,7 @@ jobs:
164164
run: git fetch --prune --unshallow
165165

166166
- name: Setup Go
167-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
167+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
168168
with:
169169
go-version: ${{ env.GO_VERSION }}
170170

@@ -213,7 +213,7 @@ jobs:
213213
run: git fetch --prune --unshallow
214214

215215
- name: Setup Go
216-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
216+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
217217
with:
218218
go-version: ${{ env.GO_VERSION }}
219219

@@ -281,7 +281,7 @@ jobs:
281281
run: git fetch --prune --unshallow
282282

283283
- name: Setup Go
284-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
284+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
285285
with:
286286
go-version: ${{ env.GO_VERSION }}
287287

0 commit comments

Comments
 (0)