Skip to content

Commit

Permalink
build: fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdinh committed Sep 19, 2022
1 parent d513cdb commit f953744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Run chart-testing (lint)
uses: helm/chart-testing-action@master
uses: helm/chart-testing-action@main
with:
command: lint
config: .github/chart-testing.yaml
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
node_image: kindest/node:${{ matrix.k8s }}
- name: Run chart-testing (install)
uses: helm/chart-testing-action@master
uses: helm/chart-testing-action@main
with:
command: install
config: .github/chart-testing.yaml

0 comments on commit f953744

Please sign in to comment.