Skip to content

Commit 902c556

Browse files
chore(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#250)
1 parent e3db300 commit 902c556

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 0
5252

5353
- name: Set up go
54-
uses: actions/setup-go@v3.5.0
54+
uses: actions/setup-go@v4.0.0
5555
with:
5656
go-version: ${{ matrix.go }}
5757

@@ -103,7 +103,7 @@ jobs:
103103
fetch-depth: 0
104104

105105
- name: Set up go
106-
uses: actions/setup-go@v3.5.0
106+
uses: actions/setup-go@v4.0.0
107107
with:
108108
go-version: ${{ matrix.go }}
109109

@@ -150,7 +150,7 @@ jobs:
150150
fetch-depth: 0
151151

152152
- name: Set up go
153-
uses: actions/setup-go@v3.5.0
153+
uses: actions/setup-go@v4.0.0
154154
with:
155155
go-version: ${{ matrix.go }}
156156
- run: |
@@ -202,7 +202,7 @@ jobs:
202202
fetch-depth: 0
203203

204204
- name: Set up go
205-
uses: actions/setup-go@v3.5.0
205+
uses: actions/setup-go@v4.0.0
206206
with:
207207
go-version: ${{ matrix.go }}
208208
- run: |

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up go
27-
uses: actions/setup-go@v3.5.0
27+
uses: actions/setup-go@v4.0.0
2828
with:
2929
go-version: ${{ matrix.go }}
3030

@@ -70,7 +70,7 @@ jobs:
7070
fetch-depth: 0
7171

7272
- name: Set up go
73-
uses: actions/setup-go@v3.5.0
73+
uses: actions/setup-go@v4.0.0
7474
with:
7575
go-version: ${{ matrix.go }}
7676

@@ -119,7 +119,7 @@ jobs:
119119
fetch-depth: 0
120120

121121
- name: Set up go
122-
uses: actions/setup-go@v3.5.0
122+
uses: actions/setup-go@v4.0.0
123123
with:
124124
go-version: ${{ matrix.go }}
125125

@@ -172,7 +172,7 @@ jobs:
172172
fetch-depth: 0
173173

174174
- name: Set up go
175-
uses: actions/setup-go@v3.5.0
175+
uses: actions/setup-go@v4.0.0
176176
with:
177177
go-version: ${{ matrix.go }}
178178

0 commit comments

Comments
 (0)