Skip to content

Commit

Permalink
chore(deps): update wyrihaximus/github-action-helm3 action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 30, 2024
1 parent bd2ab34 commit 69add4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "::set-output name=changed::true"
fi
- name: Lint Sentry Helm Chart
uses: WyriHaximus/github-action-helm3@v2
uses: WyriHaximus/github-action-helm3@v4
if: steps.list-changed.outputs.changed == 'true'
with:
exec: for chart in $(ls -d ./*/); do helm lint $chart; done
Expand Down

0 comments on commit 69add4b

Please sign in to comment.