From ece809ba553261a8f6423ba1a307796cc6913c21 Mon Sep 17 00:00:00 2001 From: Vince Prignano Date: Wed, 11 Jan 2023 11:50:04 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Bump=20kubebuilder-release-tools?= =?UTF-8?q?=20to=20v0.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vince Prignano --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index fd09e037ce..51bb083ed5 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -9,6 +9,6 @@ jobs: steps: - name: Verifier action id: verifier - uses: kubernetes-sigs/kubebuilder-release-tools@v0.2.0 + uses: kubernetes-sigs/kubebuilder-release-tools@v0.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}