From 241a025d9e60583d3f17807c9a0acae75758bc24 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Sat, 30 Dec 2023 22:01:04 +0100 Subject: [PATCH] Update to release-plz-v0.3.38 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 80afb37..e329a95 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,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.37" + default: "release-plz-v0.3.38" required: false branding: icon: "zap" @@ -29,7 +29,7 @@ runs: uses: jaxxstorm/action-install-gh-release@v1.10.0 with: repo: obi1kenobi/cargo-semver-checks - tag: v0.26.0 + tag: v0.27.0 cache: enable - name: Install release-plz uses: jaxxstorm/action-install-gh-release@v1.10.0