Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
b1c9b71e72 Bump appleboy/git-push-action from 0.0.3 to 1.0.0
Bumps [appleboy/git-push-action](https://github.com/appleboy/git-push-action) from 0.0.3 to 1.0.0.
- [Release notes](https://github.com/appleboy/git-push-action/releases)
- [Commits](https://github.com/appleboy/git-push-action/compare/v0.0.3...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-19 02:08:42 +00:00
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@v0.0.3
uses: appleboy/git-push-action@v1.0.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@v0.0.3
uses: appleboy/git-push-action@v1.0.0
with:
author_email: "teabot@gitea.io"
author_name: GiteaBot