Skip to content

Commit

Permalink
chore(deps): update helm/chart-testing-action action to v2.3.0 (k8s-a…
Browse files Browse the repository at this point in the history
…t-home#1742)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2022
1 parent 1952cf8 commit da8b09c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: "3.10"

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.1
uses: helm/chart-testing-action@v2.3.0

- name: Collect changes
id: list-changed
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/charts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
ref: ${{ inputs.checkoutCommit }}

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.1
uses: helm/chart-testing-action@v2.3.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
python-version: "3.10"

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.1
uses: helm/chart-testing-action@v2.3.0

- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
Expand Down

0 comments on commit da8b09c

Please sign in to comment.