We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ad045 commit f766296Copy full SHA for f766296
.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==3.4.2 --hash=sha256:f916408e834e96f390ef82a36bfcbf24a555ae5a2fcdaef94a2ed5d260d161ef
+ - run: pip install yq==3.4.3 --hash=sha256:f916408e834e96f390ef82a36bfcbf24a555ae5a2fcdaef94a2ed5d260d161ef
34
35
- name: update index.yml
36
run: |
0 commit comments