From e47515341b0f336373a038986bc2eac4212c8ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 04:59:27 +0000 Subject: [PATCH] chore(deps): bump ad-m/github-push-action from 1.0.0 to 1.1.0 Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index b0072327a..04026d935 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -193,7 +193,7 @@ jobs: - name: git push if: ${{ steps.commit.outputs.status }} - uses: ad-m/github-push-action@v1.0.0 + uses: ad-m/github-push-action@v1.1.0 with: github_token: ${{ secrets.GH_TOKEN }} branch: ${{ github.head_ref }}