From 55ea293fbf79a8cd0c0343cd5e95712e3855e99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 08:29:40 +0000 Subject: [PATCH] chore(deps): Bump MarcoIeni/release-plz-action from 0.5.51 to 0.5.56 Bumps [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) from 0.5.51 to 0.5.56. - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](https://github.com/marcoieni/release-plz-action/compare/be0d79d4eac427751f8d3756c803ab729a89752d...b7f4ba23784dbc21b3fc194d3aabebcd602b91a1) --- updated-dependencies: - dependency-name: MarcoIeni/release-plz-action 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 1a2bfce7..3adf17dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} - - uses: MarcoIeni/release-plz-action@be0d79d4eac427751f8d3756c803ab729a89752d # v0.5.51 + - uses: MarcoIeni/release-plz-action@b7f4ba23784dbc21b3fc194d3aabebcd602b91a1 # v0.5.56 env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}