From afab5e25632f1919bf3593e459718f351eea8d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:00:41 +0000 Subject: [PATCH] chore(deps): bump release-plz/action from 0.5.124 to 0.5.126 Bumps [release-plz/action](https://github.com/release-plz/action) from 0.5.124 to 0.5.126. - [Release notes](https://github.com/release-plz/action/releases) - [Commits](https://github.com/release-plz/action/compare/e592230ad39e3ec735402572601fc621aa24355c...52440b50d383aa252927de395c8b2c1e0a9cf8e9) --- updated-dependencies: - dependency-name: release-plz/action dependency-version: 0.5.126 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 cf14a4dd..b0f97454 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@e592230ad39e3ec735402572601fc621aa24355c + uses: release-plz/action@52440b50d383aa252927de395c8b2c1e0a9cf8e9 with: command: release env: @@ -59,7 +59,7 @@ jobs: - *install-rust - *generate-token - name: Run release-plz - uses: release-plz/action@e592230ad39e3ec735402572601fc621aa24355c + uses: release-plz/action@52440b50d383aa252927de395c8b2c1e0a9cf8e9 with: command: release-pr env: