Skip to content

Commit 5c5d511

Browse files
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](appleboy/git-push-action@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>
1 parent 5f5a87f commit 5c5d511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: make generate-gitignore
2121
timeout-minutes: 40
2222
- name: push translations to repo
23-
uses: appleboy/git-push-action@v0.0.3
23+
uses: appleboy/git-push-action@v1.0.0
2424
with:
2525
author_email: "teabot@gitea.io"
2626
author_name: GiteaBot

.github/workflows/cron-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: update locales
3030
run: ./build/update-locales.sh
3131
- name: push translations to repo
32-
uses: appleboy/git-push-action@v0.0.3
32+
uses: appleboy/git-push-action@v1.0.0
3333
with:
3434
author_email: "teabot@gitea.io"
3535
author_name: GiteaBot

0 commit comments

Comments
 (0)