Skip to content

Commit

Permalink
Run 'make upgrade-klone' and 'make generate'
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
  • Loading branch information
inteon committed Oct 15, 2024
1 parent 41b93f6 commit 19dcaf5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-self-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "This workflow should not be run on a non-branch-head."
exit 1
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- id: go-version
run: |
Expand Down
12 changes: 6 additions & 6 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/boilerplate
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/generate-verify
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_hash: f3e160d4854e9b522f0d4150d41ddac049b0b85a
repo_path: modules/tools
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "This workflow should not be run on a non-branch-head."
exit 1
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- id: go-version
run: |
Expand Down

0 comments on commit 19dcaf5

Please sign in to comment.