From d76b3022035ddf479d38aa02c4fffde75e2c9fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 00:22:59 +0000 Subject: [PATCH] chore: Bump ad-m/github-push-action in the dependencies group Bumps the dependencies group with 1 update: [ad-m/github-push-action](https://github.com/ad-m/github-push-action). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-publish.yml b/.github/workflows/dotnet-publish.yml index 215b2bb..a14f091 100644 --- a/.github/workflows/dotnet-publish.yml +++ b/.github/workflows/dotnet-publish.yml @@ -168,7 +168,7 @@ jobs: - name: Push changes to Github if: steps.versionize.outcome == 'success' - uses: ad-m/github-push-action@v1.0.0 + uses: ad-m/github-push-action@v1.1.0 with: github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} branch: ${{ github.ref }}