From 6d4e40428e48aa8802937956cdc9a0af96933cf7 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Wed, 7 Aug 2024 14:45:03 +0200 Subject: [PATCH] ci: bump `release-plz` --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d765382..56ac44e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,9 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Run release-plz id: release-plz - uses: MarcoIeni/release-plz-action@v0.5 + uses: MarcoIeni/release-plz-action@v0.5.64 + with: + version: '0.3.83' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}