Skip to content

Commit

Permalink
fix: bump the chart tester version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallAsch committed Jul 2, 2024
1 parent e813b8f commit 994131e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: github.repository == 'plexinc/plex-slack-music-notifications' && needs.changes.outputs.charts == 'true'

steps:
- name: Checkout master
- name: Checkout main
uses: actions/checkout@v4 # v3.5.3
with:
# Fetch entire history. Required for chart-releaser; see https://github.com/helm/chart-releaser-action/issues/13#issuecomment-602063896
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

- name: Set up chart-testing
uses: helm/chart-testing-action@v2
with:
version: 3.11.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down

0 comments on commit 994131e

Please sign in to comment.