Skip to content

Commit 6818e64

Browse files
chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (#350)
1 parent ea7004b commit 6818e64

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0
4444

4545
- name: Set up go
46-
uses: actions/setup-go@v5.2.0
46+
uses: actions/setup-go@v5.3.0
4747
with:
4848
go-version: ${{ matrix.go-version }}
4949
- run: |

.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@v5.2.0
54+
uses: actions/setup-go@v5.3.0
5555
with:
5656
go-version: ${{ matrix.go-version }}
5757

@@ -108,7 +108,7 @@ jobs:
108108
fetch-depth: 0
109109

110110
- name: Set up go
111-
uses: actions/setup-go@v5.2.0
111+
uses: actions/setup-go@v5.3.0
112112
with:
113113
go-version: ${{ matrix.go-version }}
114114

@@ -155,7 +155,7 @@ jobs:
155155
fetch-depth: 0
156156

157157
- name: Set up go
158-
uses: actions/setup-go@v5.2.0
158+
uses: actions/setup-go@v5.3.0
159159
with:
160160
go-version: ${{ matrix.go-version }}
161161
- run: |
@@ -212,7 +212,7 @@ jobs:
212212
fetch-depth: 0
213213

214214
- name: Set up go
215-
uses: actions/setup-go@v5.2.0
215+
uses: actions/setup-go@v5.3.0
216216
with:
217217
go-version: ${{ matrix.go-version }}
218218
- 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@v5.2.0
27+
uses: actions/setup-go@v5.3.0
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030

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

7272
- name: Set up go
73-
uses: actions/setup-go@v5.2.0
73+
uses: actions/setup-go@v5.3.0
7474
with:
7575
go-version: ${{ matrix.go-version }}
7676

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

121121
- name: Set up go
122-
uses: actions/setup-go@v5.2.0
122+
uses: actions/setup-go@v5.3.0
123123
with:
124124
go-version: ${{ matrix.go-version }}
125125

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

174174
- name: Set up go
175-
uses: actions/setup-go@v5.2.0
175+
uses: actions/setup-go@v5.3.0
176176
with:
177177
go-version: ${{ matrix.go-version }}
178178

0 commit comments

Comments
 (0)