From 1b18a26000dca6ee1437d6c17f30ded316b89651 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 26 Jan 2024 17:21:29 +0100 Subject: [PATCH] update vault to use 1.15.4 release (#16) Signed-off-by: cpanato --- README.md | 4 ++-- action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2c3e9d..1f0fbc9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add the following entry to your Github workflow YAML file: ```yaml uses: cpanato/vault-installer@main with: - vault-release: '1.12.1' # optional + vault-release: '1.15.4' # optional ``` Example using a pinned version: @@ -28,7 +28,7 @@ jobs: - name: Install Vault uses: cpanato/vault-installer@main with: - vault-release: '1.12.1' + vault-release: '1.15.4' - name: Check install! run: vault version ``` diff --git a/action.yml b/action.yml index 59047c8..b82b09e 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: vault-release: description: 'Hashicorp Vault release version to be installed' required: false - default: '1.12.2' + default: '1.15.4' install-dir: description: 'Where to install the Hashicorp Vault binary' required: false @@ -145,7 +145,7 @@ runs: log_info "Im running here without windows '${{ runner.os }}'" shaprog ${desired_vault_filename} SHA256SUMS fi - + ret=$? if [[ $retVal -eq 0 ]]; then log_info "unpacking!"