Skip to content

Commit

Permalink
Update action.yml (#20)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update README.md
  • Loading branch information
cpanato committed Apr 9, 2024
1 parent df0775e commit ac6d910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.16.0' # optional
vault-release: '1.16.1' # 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.16.0'
vault-release: '1.16.1'
- 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.16.0'
default: '1.16.1'
install-dir:
description: 'Where to install the Hashicorp Vault binary'
required: false
Expand Down

0 comments on commit ac6d910

Please sign in to comment.