Skip to content

Commit b33709f

Browse files
authored
Merge pull request #2880 from kubernetes-sigs/dependabot/github_actions/all-github-actions-bb19256708
🌱 Bump actions/setup-go from 5.0.1 to 5.0.2 in the all-github-actions group
2 parents a0c9fd9 + 70f2e16 commit b33709f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- tools/setup-envtest
2525
steps:
2626
- name: Set up Go
27-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # tag=v5.0.1
27+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
2828
with:
2929
go-version: "1.22"
3030
cache: false

.github/workflows/pr-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check out code
2222
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
2323
- name: Set up Go
24-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # tag=v5.0.1
24+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
2525
with:
2626
go-version: '1.22'
2727
- name: Update all modules

0 commit comments

Comments
 (0)