Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fa3e94c

Browse files
authored
Merge pull request #369 from arduino/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents e82a579 + ec1170a commit fa3e94c

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

‎.github/workflows/check-code-generation-task.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v3
5858

5959
- name: Install Go
60-
uses: actions/setup-go@v2
60+
uses: actions/setup-go@v3
6161
with:
6262
go-version: ${{ env.GO_VERSION }}
6363

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
version: 3.x
4848

4949
- name: Install Go
50-
uses: actions/setup-go@v2
50+
uses: actions/setup-go@v3
5151
with:
5252
go-version: ${{ env.GO_VERSION }}
5353

@@ -95,7 +95,7 @@ jobs:
9595
version: 3.x
9696

9797
- name: Install Go
98-
uses: actions/setup-go@v2
98+
uses: actions/setup-go@v3
9999
with:
100100
go-version: ${{ env.GO_VERSION }}
101101

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v3
7070

7171
- name: Install Go
72-
uses: actions/setup-go@v2
72+
uses: actions/setup-go@v3
7373
with:
7474
go-version: ${{ env.GO_VERSION }}
7575

@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v3
105105

106106
- name: Install Go
107-
uses: actions/setup-go@v2
107+
uses: actions/setup-go@v3
108108
with:
109109
go-version: ${{ env.GO_VERSION }}
110110

@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@v3
143143

144144
- name: Install Go
145-
uses: actions/setup-go@v2
145+
uses: actions/setup-go@v3
146146
with:
147147
go-version: ${{ env.GO_VERSION }}
148148

@@ -180,7 +180,7 @@ jobs:
180180
uses: actions/checkout@v3
181181

182182
- name: Install Go
183-
uses: actions/setup-go@v2
183+
uses: actions/setup-go@v3
184184
with:
185185
go-version: ${{ env.GO_VERSION }}
186186

@@ -218,7 +218,7 @@ jobs:
218218
uses: actions/checkout@v3
219219

220220
- name: Install Go
221-
uses: actions/setup-go@v2
221+
uses: actions/setup-go@v3
222222
with:
223223
go-version: ${{ env.GO_VERSION }}
224224

‎.github/workflows/check-mkdocs-task.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v3
4444

4545
- name: Install Go
46-
uses: actions/setup-go@v2
46+
uses: actions/setup-go@v3
4747
with:
4848
go-version: ${{ env.GO_VERSION }}
4949

‎.github/workflows/test-go-integration-task.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v3
7676

7777
- name: Install Go
78-
uses: actions/setup-go@v2
78+
uses: actions/setup-go@v3
7979
with:
8080
go-version: ${{ env.GO_VERSION }}
8181

‎.github/workflows/test-go-task.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@v3
8080

8181
- name: Install Go
82-
uses: actions/setup-go@v2
82+
uses: actions/setup-go@v3
8383
with:
8484
go-version: ${{ env.GO_VERSION }}
8585

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /