0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-27 10:35:17 +01:00

Bump appleboy/git-push-action from 1.0.0 to 1.2.0

Bumps [appleboy/git-push-action](https://github.com/appleboy/git-push-action) from 1.0.0 to 1.2.0.
- [Release notes](https://github.com/appleboy/git-push-action/releases)
- [Commits](https://github.com/appleboy/git-push-action/compare/v1.0.0...v1.2.0)

---
updated-dependencies:
- dependency-name: appleboy/git-push-action
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-05 17:58:23 +00:00 committed by GitHub
parent 1d01286f4c
commit 7d1376bd66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- run: make generate-gitignore
timeout-minutes: 40
- name: push translations to repo
uses: appleboy/git-push-action@v1.0.0
uses: appleboy/git-push-action@v1.2.0
with:
author_email: "teabot@gitea.io"
author_name: GiteaBot

View File

@ -29,7 +29,7 @@ jobs:
- name: update locales
run: ./build/update-locales.sh
- name: push translations to repo
uses: appleboy/git-push-action@v1.0.0
uses: appleboy/git-push-action@v1.2.0
with:
author_email: "teabot@gitea.io"
author_name: GiteaBot