Skip to content

Commit

Permalink
chore: update chart tesing action to sove the cosign dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Nov 1, 2023
1 parent 4c7a1ee commit cc0d9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git clean -df .
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Expand templates for CI
run: |
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
git clean -df .
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Expand templates for CI
run: |
Expand Down

0 comments on commit cc0d9d6

Please sign in to comment.