Skip to content

Commit c9bb403

Browse files
authored
Merge pull request #379 from dokku/dependabot/github_actions/actions/setup-go-7
chore(deps): bump actions/setup-go from 6 to 7
2 parents 31caf5a + 9f511a9 commit c9bb403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v7
2727

2828
- name: Set up Go
29-
uses: actions/setup-go@v6
29+
uses: actions/setup-go@v7
3030
with:
3131
go-version-file: "go.mod"
3232

0 commit comments

Comments
 (0)