Skip to content

Commit

Permalink
Merge pull request #7953 from sbueringer/pr-fix-action-sha
Browse files Browse the repository at this point in the history
🌱 Fix sha of kubebuilder-release-tools GitHub action
  • Loading branch information
k8s-ci-robot authored Jan 19, 2023
2 parents baeaca2 + 41da9a6 commit b912797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@e90dee822876042e99b7584f99a9cc9f9d74ed17 # tag=v0.3.0
uses: kubernetes-sigs/kubebuilder-release-tools@4f3d1085b4458a49ed86918b4b55505716715b77 # tag=v0.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b912797

Please sign in to comment.