This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
39
39
- if : ${{ steps.release-please.outputs.release_created }}
40
40
name : Run release workflow
41
- uses : benc-uk/workflow-dispatch@v121
41
+ uses : benc-uk/workflow-dispatch@v1
42
42
with :
43
43
workflow : release-tag.yml
44
44
ref : ${{ steps.release-please.outputs.tag_name }}
Original file line number Diff line number Diff line change 65
65
devbox run -- gh release upload ${{ github.ref_name }} capi-runtime-extensions-*.tgz
66
66
67
67
- name : Build GitHub pages
68
- uses : benc-uk/workflow-dispatch@v121
68
+ uses : benc-uk/workflow-dispatch@v1
69
69
with :
70
70
workflow : github-pages.yml
71
71
ref : main
Original file line number Diff line number Diff line change 34
34
owner = "kubernetes-sigs" ;
35
35
repo = "controller-runtime" ;
36
36
rev = "v${ version } " ;
37
- hash = "sha256-X4YM4A63UxD650S3lxbxRtZaHOyF7LY6d5eVJe91+5c =" ;
37
+ hash = "sha256-JrAyxiFD4B819/0pCyMeo1k5tWezyzmFWQvRp1B2sHo =" ;
38
38
} + "/tools/setup-envtest" ;
39
39
doCheck = false ;
40
40
subPackages = [ "." ] ;
41
- vendorHash = "sha256-ISVGxhFQh4e0eag9Sw0Zj4u1cG0tudZLhJcGdH5tDo4 =" ;
41
+ vendorHash = "sha256-Xr5b/CRz/DMmoc4bvrEyAZcNufLIZOY5OGQ6yw4/W9k =" ;
42
42
ldflags = [ "-s" "-w" ] ;
43
43
} ;
44
44
You can’t perform that action at this time.
0 commit comments