From 35c4d86f10282c963b9a896aed0cbd78c3d7e459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:32:39 +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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78ec034..5fc214e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Push changes if: ${{steps.semantic_release_info.outputs.version != ''}} - uses: ad-m/github-push-action@v1.0.0 + uses: ad-m/github-push-action@v1.1.0 with: github_token: ${{ github.token }} tags: true