Skip to content

Commit 0253e55

Browse files
authored
Merge pull request cds-hooks#576 from buildpacks/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents 8709636 + 19b63de commit 0253e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Git Checkout
1919
uses: actions/checkout@v3
2020
- name: Setup Go environment
21-
uses: actions/setup-go@v3
21+
uses: actions/setup-go@v4
2222
with:
2323
go-version: '1.x'
2424
- name: Install Dependencies

0 commit comments

Comments
 (0)