Skip to content

Commit 9a6d6c9

Browse files
authored
Merge pull request #35 from arduino/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents f82b470 + 611a09a commit 9a6d6c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .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

0 commit comments

Comments
 (0)