From 407689b935a2f51094b61447568b1d87d5f6439f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 13:53:07 +0000 Subject: [PATCH] chore(ci): bump MarcoIeni/release-plz-action from 0.5.126 to 0.5.127 Bumps [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) from 0.5.126 to 0.5.127. - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](https://github.com/marcoieni/release-plz-action/compare/52440b50d383aa252927de395c8b2c1e0a9cf8e9...f708778669256143d984cce4b23592637532e040) --- updated-dependencies: - dependency-name: MarcoIeni/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/release-plz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 071afcd..9803391 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -22,7 +22,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@f9f65f52341ba3c1d5e1901c77dc7a9e58186191 # stable - name: Run release-plz - uses: MarcoIeni/release-plz-action@52440b50d383aa252927de395c8b2c1e0a9cf8e9 # v0.5 + uses: MarcoIeni/release-plz-action@f708778669256143d984cce4b23592637532e040 # v0.5 env: GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}