2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-03 20:50:00 +08:00

chore(deps): Update stefanzweifel/git-auto-commit-action action to v6 (#813)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-11 16:42:36 +08:00
committed by GitHub
parent bf41b98339
commit 76ef54fe0e
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
run: |
~/go/bin/xgotext -default backend -pkg-tree ./cmd/web -out ./pkg/embed/locales
cd web && pnpm run gettext:extract
- uses: stefanzweifel/git-auto-commit-action@v5
- uses: stefanzweifel/git-auto-commit-action@v6
name: Commit changes
with:
commit_message: "chore(l10n): update pot files"

View File

@@ -21,7 +21,7 @@ jobs:
run: |
~/go/bin/mockery
git pull
- uses: stefanzweifel/git-auto-commit-action@v5
- uses: stefanzweifel/git-auto-commit-action@v6
name: Commit changes
with:
commit_message: "chore: update mocks"