Skip to content

Commit

Permalink
ci: pin version of the upgrade action (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Jul 5, 2023
1 parent 14cdc3e commit 096df22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/modules-chart-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

- name: "Upgrade Helm chart dependencies"
id: deps-upgrade
uses: camptocamp/helm-dependency-upgrade-action@v0
uses: camptocamp/helm-dependency-upgrade-action@v0.1
with:
chart-path: "charts/${{ matrix.chart-name }}"
excluded-dependencies: ${{ inputs.excluded-dependencies }}}
Expand All @@ -84,7 +84,7 @@
title: ${{ env.pr-title }}
labels: "${{ env.labels }}"
body: |
:robot: I have update the chart *beep* *boop*
:robot: I have updated the chart *beep* *boop*
---
## Description of the changes
Expand All @@ -103,7 +103,7 @@
title: ${{ env.pr-title }}
labels: "${{ env.labels }}"
body: |
:robot: I have update the chart *beep* *boop*
:robot: I have updated the chart *beep* *boop*
---
## Description of the changes
Expand Down

0 comments on commit 096df22

Please sign in to comment.