ci(github-action): update bjw-s-labs/helm-charts-actions ( d933fc2 → 8bff3ed )

This commit is contained in:
lab-assistant[bot] 2025-05-06 06:31:00 +00:00 committed by GitHub
parent 9ecc6356a7
commit 08c710bddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ jobs:
- name: Get chart details for PR
id: chart-details-pr
uses: bjw-s-labs/helm-charts-actions/get-chart-details@d933fc259b576b36f152134f21e73fd9867c6fde
uses: bjw-s-labs/helm-charts-actions/get-chart-details@8bff3ed63e12414f552e9970e604a135ad58f1e7
with:
path: pull/charts/${{ matrix.chart }}
validateChartYaml: true
@ -55,7 +55,7 @@ jobs:
- name: Get chart details for default branch
id: chart-details-default
uses: bjw-s-labs/helm-charts-actions/get-chart-details@d933fc259b576b36f152134f21e73fd9867c6fde
uses: bjw-s-labs/helm-charts-actions/get-chart-details@8bff3ed63e12414f552e9970e604a135ad58f1e7
with:
path: default/charts/${{ matrix.chart }}
allowChartToNotExist: true