From a54d51795c50d9d046d63805fd2fb99764519747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:08:42 +0000 Subject: [PATCH] chore(deps): bump release-plz/action from 0.5.120 to 0.5.121 Bumps [release-plz/action](https://github.com/release-plz/action) from 0.5.120 to 0.5.121. - [Release notes](https://github.com/release-plz/action/releases) - [Commits](https://github.com/release-plz/action/compare/487eb7b5c085a664d5c5ca05f4159bd9b591182a...5ab144c9d67d4346240190d0f95ed08668677928) --- updated-dependencies: - dependency-name: release-plz/action dependency-version: 0.5.121 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 71b68c27..27d7642e 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.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@487eb7b5c085a664d5c5ca05f4159bd9b591182a + uses: release-plz/action@5ab144c9d67d4346240190d0f95ed08668677928 with: command: release env: @@ -59,7 +59,7 @@ jobs: - *install-rust - *generate-token - name: Run release-plz - uses: release-plz/action@487eb7b5c085a664d5c5ca05f4159bd9b591182a + uses: release-plz/action@5ab144c9d67d4346240190d0f95ed08668677928 with: command: release-pr env: