Skip to content

Commit 3bfc188

Browse files
authored
Merge pull request #1121 from kubernetes/dependabot/github_actions/actions/setup-go-5.4.0
Bump actions/setup-go from 5.2.0 to 5.4.0
2 parents 525f460 + 602910e commit 3bfc188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-deps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
21-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
21+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
2222
with:
2323
go-version-file: go.mod
2424
- name: Update Dependencies

0 commit comments

Comments
 (0)