fix: Use strings for version numbers

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-02-05 20:04:57 +01:00 committed by GitHub
parent e2bb5d8ed4
commit a7aaa5a524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -23,11 +23,11 @@ jobs:
with:
setup-tools: |
helmv3
helm: 3.8.0
helm: "3.8.0"
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0

View File

@ -33,7 +33,7 @@ jobs:
setup-tools: |
helmv3
yq
helm: 3.8.0
helm: "3.8.0"
yq: "4.16.2"
- name: Install helm-docs

View File

@ -23,7 +23,7 @@ jobs:
with:
setup-tools: |
helmv3
helm: 3.8.0
helm: "3.8.0"
- name: Install Ruby
uses: ruby/setup-ruby@v1
@ -95,11 +95,11 @@ jobs:
with:
setup-tools: |
helmv3
helm: 3.6.3
helm: "3.6.3"
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0