Skip to content

Commit

Permalink
Install yq v3 in bump workflow (#3057)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
pierDipi authored Nov 27, 2024
1 parent c9eb519 commit 511168a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- name: Setup Golang
uses: openshift-knative/hack/actions/setup-go@main

- name: Install yq
run: |
go install github.com/mikefarah/yq/v3@latest
- name: Install OPM
run: |
go install github.com/operator-framework/operator-registry/cmd/[email protected]
Expand Down

0 comments on commit 511168a

Please sign in to comment.