Skip to content

Commit 18eca4d

Browse files
Merge pull request #1688 from cert-manager/self-upgrade-master
[CI] Merge self-upgrade-master into master
2 parents 28fc02e + 012d858 commit 18eca4d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/make-self-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
make print-go-version >> "$GITHUB_OUTPUT"
4444
45-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
45+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4646
with:
4747
go-version: ${{ steps.go-version.outputs.result }}
4848

klone.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
13+
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
1414
repo_path: modules/boilerplate
1515
- folder_name: generate-verify
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
18+
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
1919
repo_path: modules/generate-verify
2020
- folder_name: help
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
23+
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
2424
repo_path: modules/help
2525
- folder_name: klone
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
28+
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
2929
repo_path: modules/klone
3030
- folder_name: repository-base
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
33+
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
3434
repo_path: modules/repository-base
3535
- folder_name: tools
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: b8bbda540fcedd776bf23c376dc2a80b64c53336
38+
repo_hash: 5c3266f17637fbd1d4af1191b34674991e2160ab
3939
repo_path: modules/tools

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
make print-go-version >> "$GITHUB_OUTPUT"
4444
45-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
45+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4646
with:
4747
go-version: ${{ steps.go-version.outputs.result }}
4848

0 commit comments

Comments
 (0)