From 25fc73d565e18dcbc0aa47b78f1b20cd795976ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 23:07:23 +0000 Subject: [PATCH] Bump ad-m/github-push-action from 0.8.0 to 1.0.0 Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 0.8.0 to 1.0.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v0.8.0...v1.0.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml index 7f68c3b..f25f31c 100644 --- a/.github/workflows/Auto.yml +++ b/.github/workflows/Auto.yml @@ -62,7 +62,7 @@ jobs: git add . git commit -a --allow-empty-message -m "" - - uses: ad-m/github-push-action@v0.8.0 + - uses: ad-m/github-push-action@v1.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: Current