We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16dae2 commit d073e5dCopy full SHA for d073e5d
.github/workflows/release-update-cloudfoundry-index.yml
@@ -30,7 +30,7 @@ jobs:
30
run: git checkout -b opentelemetrybot/cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
31
32
- run: sudo apt-get install jq python3-pip
33
- - run: pip install yq
+ - run: pip install yq==3.4.2
34
35
- name: update index.yml
36
run: |
0 commit comments