Skip to content

Commit

Permalink
chore(deps): update helm/chart-releaser-action action to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homarr-renovate[bot] authored Jan 20, 2025
1 parent 8d1b906 commit 4f5b238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
done
- name: Install chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.7.0
with:
install_only: true

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}"

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.7.0
if: steps.package_charts.outputs.changed_charts != ''
with:
config: "./.github/configs/cr.yaml"
Expand Down

0 comments on commit 4f5b238

Please sign in to comment.