Skip to content

Commit 8cdeabd

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6 (#650)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce980e1 commit 8cdeabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
yq -i '.appVersion = env(APP_VERSION)' $CHART_PATH/Chart.yaml
7171
7272
- name: Commit version to repository
73-
uses: stefanzweifel/git-auto-commit-action@v5
73+
uses: stefanzweifel/git-auto-commit-action@v6
7474
with:
7575
commit_message: "chore(release): bump version to ${{ github.ref_name }}"
7676
push_options: --force

0 commit comments

Comments
 (0)