From 78450432c3b62bd4c8dd6ece5030b806e7a409fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 13:54:14 +0000 Subject: [PATCH] chore(deps): update marcoieni/release-plz-action action to v0.5.127 --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index b1d9de6..271443a 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -26,7 +26,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Run release-plz - uses: MarcoIeni/release-plz-action@v0.5.126 + uses: MarcoIeni/release-plz-action@v0.5.127 env: GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}