From 453fa5037f479a737ed63c419e3b4b5c38f54808 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Sat, 18 May 2024 22:24:49 +0200 Subject: [PATCH] chore: update action-install-gh-release@v1.12.0 (#142) --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6d509ea..3f445b1 100644 --- a/action.yml +++ b/action.yml @@ -50,13 +50,13 @@ runs: using: "composite" steps: - name: Install cargo-semver-checks - uses: jaxxstorm/action-install-gh-release@v1.11.0 + uses: jaxxstorm/action-install-gh-release@v1.12.0 with: repo: obi1kenobi/cargo-semver-checks tag: v0.31.0 cache: enable - name: Install release-plz - uses: jaxxstorm/action-install-gh-release@v1.11.0 + uses: jaxxstorm/action-install-gh-release@v1.12.0 with: repo: MarcoIeni/release-plz tag: ${{ inputs.version }}