Skip to content

Commit 7200a66

Browse files
Merge pull request #175 from cert-manager/dependabot/github_actions/modules/go/base/dot-github/workflows/all-46e6534ccb
Bump the all group across 2 directories with 1 update
2 parents f476120 + e97bc81 commit 7200a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/go/base/.github/workflows/govulncheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
make print-go-version >> "$GITHUB_OUTPUT"
2626
27-
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
27+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2828
with:
2929
go-version: ${{ steps.go-version.outputs.result }}
3030

modules/repository-base/base/.github/workflows/make-self-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
make print-go-version >> "$GITHUB_OUTPUT"
3838
39-
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
39+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4040
with:
4141
go-version: ${{ steps.go-version.outputs.result }}
4242

0 commit comments

Comments
 (0)