Skip to content

Commit 539cdda

Browse files
authored
Merge pull request #3406 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-3
build(deps): bump actions/setup-go from 2 to 3
2 parents 1404c05 + b039d6f commit 539cdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Set up Go 1.x
22-
uses: actions/setup-go@v2
22+
uses: actions/setup-go@v3
2323
with:
2424
go-version: '1.17'
2525
id: go

0 commit comments

Comments
 (0)