From f0c6ea8e0791b9d1b9107662ad04aff325a00208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:12:30 +0000 Subject: [PATCH] Bump release-plz/action from 0.5.126 to 0.5.127 Bumps [release-plz/action](https://github.com/release-plz/action) from 0.5.126 to 0.5.127. - [Release notes](https://github.com/release-plz/action/releases) - [Commits](https://github.com/release-plz/action/compare/52440b50d383aa252927de395c8b2c1e0a9cf8e9...f708778669256143d984cce4b23592637532e040) --- updated-dependencies: - dependency-name: release-plz/action dependency-version: 0.5.127 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0f9745..88b8889 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: # GitHub App private key secret name private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }} - name: Run release-plz - uses: release-plz/action@52440b50d383aa252927de395c8b2c1e0a9cf8e9 + uses: release-plz/action@f708778669256143d984cce4b23592637532e040 with: command: release env: @@ -59,7 +59,7 @@ jobs: - *install-rust - *generate-token - name: Run release-plz - uses: release-plz/action@52440b50d383aa252927de395c8b2c1e0a9cf8e9 + uses: release-plz/action@f708778669256143d984cce4b23592637532e040 with: command: release-pr env: