Skip to content

Commit 675b943

Browse files
authored
Merge pull request #956 from arduino/dependabot/github_actions/dot-github/workflows/actions/setup-go-6
Bump actions/setup-go from 5 to 6 in /.github/workflows
2 parents ec8d60c + f3dc71e commit 675b943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v5
6363

6464
- name: Install Go
65-
uses: actions/setup-go@v5
65+
uses: actions/setup-go@v6
6666
with:
6767
go-version-file: go.mod
6868

0 commit comments

Comments
 (0)