From 449417c45525cdc0e1be1f61dc03037d34bffb58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 13:56:46 +0000 Subject: [PATCH] chore(deps): update release-plz/action action to v0.5.106 --- .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 73e4e2e..d803041 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: test run: cargo test - name: release-plz - uses: release-plz/action@v0.5.105 + uses: release-plz/action@v0.5.106 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}