mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4f0d01c97d
commit
40ed930018
1 changed files with 1 additions and 1 deletions
2
.github/workflows/charts-changelog.yaml
vendored
2
.github/workflows/charts-changelog.yaml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
||||||
- name: Create commit
|
- name: Create commit
|
||||||
id: create-commit
|
id: create-commit
|
||||||
if: inputs.isRenovatePR == 'true'
|
if: inputs.isRenovatePR == 'true'
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
file_pattern: charts/
|
file_pattern: charts/
|
||||||
commit_message: "chore: Auto-update chart metadata"
|
commit_message: "chore: Auto-update chart metadata"
|
||||||
|
|
Loading…
Reference in a new issue