From 78938ff5e837389c9c0b3713574719233a98642b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 02:14:03 +0000 Subject: [PATCH] deps(ci): bump release-plz/action from 0.5.131 to 0.5.132 Bumps [release-plz/action](https://github.com/release-plz/action) from 0.5.131 to 0.5.132. - [Release notes](https://github.com/release-plz/action/releases) - [Commits](https://github.com/release-plz/action/compare/2eb1d8bcb770b4c48ccfaad919734b38b51958c9...b5543c19b03be9bd48852d20ca89f478b7723260) --- updated-dependencies: - dependency-name: release-plz/action dependency-version: 0.5.132 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-plz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index d74e8c4..20d173a 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -46,7 +46,7 @@ jobs: tool: cargo-semver-checks - name: Run release-plz release - uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5 + uses: release-plz/action@b5543c19b03be9bd48852d20ca89f478b7723260 # v0.5 with: command: release env: @@ -77,7 +77,7 @@ jobs: tool: cargo-semver-checks - name: Run release-plz release-pr - uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5 + uses: release-plz/action@b5543c19b03be9bd48852d20ca89f478b7723260 # v0.5 with: command: release-pr env: