Skip to content

Commit 0cd6a3d

Browse files
authored
Merge pull request #136 from getporter/dependabot/github_actions/actions/setup-go-6
chore(deps): Bump actions/setup-go from 3 to 6
2 parents 5742957 + e8005da commit 0cd6a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
17-
- uses: actions/setup-go@v3
17+
- uses: actions/setup-go@v6
1818
with:
1919
go-version-file: go.mod
2020
cache: true

0 commit comments

Comments
 (0)