diff --git a/.github/workflows/bump-chart-on-release.yml b/.github/workflows/bump-chart-on-release.yml index 221f959..6e133f5 100644 --- a/.github/workflows/bump-chart-on-release.yml +++ b/.github/workflows/bump-chart-on-release.yml @@ -32,7 +32,7 @@ jobs: yq -i '.appVersion = "${{ steps.v.outputs.tag }}"' charts/echoforge/Chart.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: 'chore(chart): bump appVersion to ${{ steps.v.outputs.tag }}' title: 'chore(chart): bump appVersion to ${{ steps.v.outputs.tag }}'