From 1f47b0e7db3a909855db5596cb17e7e54889da66 Mon Sep 17 00:00:00 2001 From: Taylor Beeston Date: Sun, 11 Aug 2024 20:48:19 -0700 Subject: [PATCH] :arrow_up: Bump release-plz version --- .github/workflows/release-plz.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-plz.yaml b/.github/workflows/release-plz.yaml index f399b8b..d890589 100644 --- a/.github/workflows/release-plz.yaml +++ b/.github/workflows/release-plz.yaml @@ -26,7 +26,7 @@ jobs: - id: release name: Run release-plz - uses: MarcoIeni/release-plz-action@v0.5.0 + uses: MarcoIeni/release-plz-action@v0.5.64 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}