From b345c8917e259f26def79a3482467edb03e94df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:40:30 +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/d91a481090679876dfc4178fef17f286781251df...77c5b412c50b723d2a4fbc6d71fb5723bcd439aa) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b938694d..b1213d644 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,7 +172,7 @@ jobs: git add . && git commit -a -m "step-cli ${{ needs.create_release.outputs.vversion }} reference update" - name: Push changes - uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0 + uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0 with: github_token: ${{ secrets.DOCS_PAT }} branch: 'main'