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 67f2867 commit 9fb5dd7Copy full SHA for 9fb5dd7
2 files changed
.github/workflows/lint-test.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Set up Helm
52
uses: azure/setup-helm@v5
53
with:
54
- version: v4.2.2
+ version: v4.2.3
55
56
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
57
# yamllint (https://github.com/adrienverge/yamllint) which require Python
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install Helm
34
35
36
37
38
- name: Bump Version
39
run: make bump-version VERSION="${{ inputs.version }}"
0 commit comments