From fef480b49f7c40d0da28c39172fa01cbb67584ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:01:15 +0000 Subject: [PATCH] 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/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 71b68c2..27d7642 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@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: