From 0b2248e3f0fb9c8e3ce42ca3551c94e99af236e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:06:38 +0000 Subject: [PATCH] build(deps): 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/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a1308a3..a7bb492 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@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 + uses: release-plz/action@b5543c19b03be9bd48852d20ca89f478b7723260 with: command: release env: @@ -59,7 +59,7 @@ jobs: - *install-rust - *generate-token - name: Run release-plz - uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 + uses: release-plz/action@b5543c19b03be9bd48852d20ca89f478b7723260 with: command: release-pr env: