Skip to content

Commit

Permalink
Fixing up CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
samip5 committed Feb 22, 2025
1 parent d8f81e1 commit 7067cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/charts-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
ref: ${{ inputs.checkoutCommit }}

- name: Verify chart version
uses: bjw-s/helm-charts-actions/verify-chart-version@main
uses: bjw-s-labs/helm-charts-actions/verify-chart-version@2025.2.0
id: verify-chart-version
with:
chart: "charts/${{ matrix.chart }}"

- name: Verify chart changelog
uses: bjw-s/helm-charts-actions/verify-chart-changelog@main
uses: bjw-s-labs/helm-charts-actions/verify-chart-changelog@2025.2.0
if: inputs.isRenovatePR != 'true'
id: verify-chart-changelog
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
- added|modified: '**'
- name: Collect changed charts
uses: bjw-s/helm-charts-actions/collect-charts@main
uses: bjw-s-labs/helm-charts-actions@2025.2.0
id: changed-charts

0 comments on commit 7067cda

Please sign in to comment.