Skip to content

Commit 1302505

Browse files
committed
fix: install yq in docs-bump workflow
1 parent 7c7b98d commit 1302505

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs-bump.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v6
2020

21+
- name: Install yq
22+
uses: mikefarah/yq@v4
23+
2124
- name: Version Bump
2225
run: ./scripts/workflows/docs-bump_docs-bump_version-bump.sh
2326

0 commit comments

Comments
 (0)