Skip to content

Commit 0b796e4

Browse files
committed
Use kubebuilder action from main
As it is (v0.0.4), it runs into the hard deprecation in GitHub Actions of add_path. Signed-off-by: Michael Bridgen <[email protected]>
1 parent 231e085 commit 0b796e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
with:
2525
go-version: 1.15.x
2626
- name: Set up kubebuilder
27-
# TODO replace with ../pkg/.. when that's merged
28-
uses: fluxcd/pkg/actions/[email protected]
27+
uses: fluxcd/pkg/actions/kubebuilder@main
2928
- name: Run tests
3029
run: make test
3130
env:

0 commit comments

Comments
 (0)