Skip to content

Commit

Permalink
update vault to use 1.15.4 release (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jan 26, 2024
1 parent 568d116 commit 1b18a26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand All @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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!"
Expand Down

0 comments on commit 1b18a26

Please sign in to comment.