chore: Update some tools' version on GitHub Actions (#1312)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
05f7c6c241
commit
43c0658435
4 changed files with 8 additions and 8 deletions
8
.github/workflows/lint-and-test.yml
vendored
8
.github/workflows/lint-and-test.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -15,13 +15,13 @@ jobs:
|
|||
uses: azure/setup-helm@v1
|
||||
|
||||
- name: Set up python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.8
|
||||
|
||||
- name: Setup Chart Linting
|
||||
id: lint
|
||||
uses: helm/chart-testing-action@v2.1.0
|
||||
uses: helm/chart-testing-action@v2.2.1
|
||||
|
||||
- name: List changed charts
|
||||
id: list-changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue