From 5dfdd29912a1ef705a385269d1975bb5fb65d322 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:29:55 +0100 Subject: [PATCH] Update to release-plz-v0.3.29 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6315f80..228751e 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: required: false version: description: "Release-plz version to use. It must be an existing git tag name. For example `release-plz-v0.2.45`. (Default: `latest`)." - default: "release-plz-v0.3.28" + default: "release-plz-v0.3.29" required: false branding: icon: "zap" @@ -26,7 +26,7 @@ runs: uses: jaxxstorm/action-install-gh-release@v1.10.0 with: repo: obi1kenobi/cargo-semver-checks - tag: v0.24.0 + tag: v0.24.2 cache: enable - name: Install release-plz uses: jaxxstorm/action-install-gh-release@v1.10.0