From e9d7fca06d0ab9248cca891063dadce5d7590afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 03:13:56 +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(-) mode change 100755 => 100644 .github/workflows/Auto.yml diff --git a/.github/workflows/Auto.yml b/.github/workflows/Auto.yml old mode 100755 new mode 100644 index 7f68c3b..f25f31c --- 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