Skip to content

Commit

Permalink
chore(workflows/dependencies): update google-github-actions/release-p…
Browse files Browse the repository at this point in the history
…lease-action action to v4
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent c5ccc48 commit 1eeb905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
path: charts/${{ inputs.chart }}
package-name: ${{ inputs.chart }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
path: charts/${{ needs.getChangedChart.outputs.chart }}
package-name: ${{ needs.getChangedChart.outputs.chart }}
Expand Down

0 comments on commit 1eeb905

Please sign in to comment.