Skip to content

Commit 4aed794

Browse files
authored
Merge pull request #71 from arduino/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents 6f26c86 + 1859c0d commit 4aed794

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/check-go-dependencies-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
version: 3.x
7777

7878
- name: Install Go
79-
uses: actions/setup-go@v4
79+
uses: actions/setup-go@v5
8080
with:
8181
go-version: ${{ env.GO_VERSION }}
8282

@@ -126,7 +126,7 @@ jobs:
126126
version: 3.x
127127

128128
- name: Install Go
129-
uses: actions/setup-go@v4
129+
uses: actions/setup-go@v5
130130
with:
131131
go-version: ${{ env.GO_VERSION }}
132132

.github/workflows/check-go-task.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v4
7171

7272
- name: Install Go
73-
uses: actions/setup-go@v4
73+
uses: actions/setup-go@v5
7474
with:
7575
go-version: ${{ env.GO_VERSION }}
7676

@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v4
104104

105105
- name: Install Go
106-
uses: actions/setup-go@v4
106+
uses: actions/setup-go@v5
107107
with:
108108
go-version: ${{ env.GO_VERSION }}
109109

@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/checkout@v4
140140

141141
- name: Install Go
142-
uses: actions/setup-go@v4
142+
uses: actions/setup-go@v5
143143
with:
144144
go-version: ${{ env.GO_VERSION }}
145145

@@ -175,7 +175,7 @@ jobs:
175175
uses: actions/checkout@v4
176176

177177
- name: Install Go
178-
uses: actions/setup-go@v4
178+
uses: actions/setup-go@v5
179179
with:
180180
go-version: ${{ env.GO_VERSION }}
181181

@@ -211,7 +211,7 @@ jobs:
211211
uses: actions/checkout@v4
212212

213213
- name: Install Go
214-
uses: actions/setup-go@v4
214+
uses: actions/setup-go@v5
215215
with:
216216
go-version: ${{ env.GO_VERSION }}
217217

.github/workflows/release-go-crosscompile-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"
5252

5353
- name: Install Go
54-
uses: actions/setup-go@v4
54+
uses: actions/setup-go@v5
5555
with:
5656
go-version: ${{ env.GO_VERSION }}
5757

0 commit comments

Comments
 (0)