Skip to content

Commit eae5264

Browse files
authored
Merge pull request #47 from arduino/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 77fe8d5 + c99a3db commit eae5264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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@v5
79+
uses: actions/setup-go@v6
8080
with:
8181
go-version: ${{ env.GO_VERSION }}
8282

@@ -127,7 +127,7 @@ jobs:
127127
version: 3.x
128128

129129
- name: Install Go
130-
uses: actions/setup-go@v5
130+
uses: actions/setup-go@v6
131131
with:
132132
go-version: ${{ env.GO_VERSION }}
133133

0 commit comments

Comments
 (0)