From 054f812f2e81d45737695fc3ee20f1465a31bd40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Cortier?= <3809077+CBenoit@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:22:34 -0500 Subject: [PATCH] ci: use the authorized version of release-plz (#605) --- .github/workflows/release-crates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-crates.yml b/.github/workflows/release-crates.yml index c3e3e645f..1185b7dc0 100644 --- a/.github/workflows/release-crates.yml +++ b/.github/workflows/release-crates.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 512 - name: Run release-plz - uses: release-plz/action@v0.5 + uses: release-plz/action@v0.5.86 with: command: release-pr env: @@ -45,7 +45,7 @@ jobs: fetch-depth: 512 - name: Run release-plz - uses: release-plz/action@v0.5 + uses: release-plz/action@v0.5.86 with: command: release env: