Skip to content

Commit

Permalink
ci(lint-and-release): change version to stop linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
levivannoort committed Nov 19, 2023
1 parent 2b1eb33 commit 3664460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: set up chart-testing 🔧
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.1

- name: run chart-testing (list-changed) 📦
id: list-changed
Expand All @@ -57,4 +57,4 @@ jobs:
charts_dir: ./
config: ./.github/workflows/configuration/helm.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 3664460

Please sign in to comment.