chore(github): Update versions (#1525)

This commit is contained in:
Aikawa 2022-10-09 07:26:34 +09:00 committed by GitHub
parent bdd118caf8
commit 1297678c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 8 deletions

View file

@ -18,9 +18,9 @@ jobs:
uses: azure/setup-helm@v1
- name: Set up python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Setup Chart Linting
id: lint
@ -55,7 +55,7 @@ jobs:
fi
- name: Create kind cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.4.0
if: steps.list-changed.outputs.changed == 'true'
with:
config: .github/configs/kind-config.yaml