Skip to content

Commit 81be7e2

Browse files
authored
Merge pull request #104 from getporter/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 28b1c3f + b8b3c74 commit 81be7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arm-mixin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
22-
- uses: actions/setup-go@v5
22+
- uses: actions/setup-go@v6
2323
with:
2424
go-version-file: go.mod
2525
cache: true

0 commit comments

Comments
 (0)