From 774e4e0e06660eabb09e3a2943f5c508909fa7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:04:32 +0000 Subject: [PATCH] build(deps): bump MarcoIeni/release-plz-action from 0.5.118 to 0.5.119 Bumps [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) from 0.5.118 to 0.5.119. - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](https://github.com/marcoieni/release-plz-action/compare/v0.5.118...v0.5.119) --- updated-dependencies: - dependency-name: MarcoIeni/release-plz-action dependency-version: 0.5.119 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 122a0b2..52fb74a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: id: auth - name: release-plz - uses: MarcoIeni/release-plz-action@v0.5.118 + uses: MarcoIeni/release-plz-action@v0.5.119 env: GITHUB_TOKEN: ${{ github.token }} CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}