Skip to content

Commit

Permalink
update to v1.15.6 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 4, 2024
1 parent 1b18a26 commit 478a771
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Vault
uses: ./
with:
vault-release: '1.12.0'
vault-release: '1.15.4'
- name: Check install!
run: vault version
- name: Check root directory
Expand Down
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.15.4' # optional
vault-release: '1.15.6' # 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.15.4'
vault-release: '1.15.6'
- name: Check install!
run: vault version
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -10,7 +10,7 @@ inputs:
vault-release:
description: 'Hashicorp Vault release version to be installed'
required: false
default: '1.15.4'
default: '1.15.6'
install-dir:
description: 'Where to install the Hashicorp Vault binary'
required: false
Expand Down

0 comments on commit 478a771

Please sign in to comment.