Skip to content

Commit d9714e5

Browse files
authored
Release v1.6.0 (#210)
Signed-off-by: Matthew Greenwald <mdgreenwald@gmail.com>
1 parent 2a74f9e commit d9714e5

File tree

4 files changed

+24776
-896
lines changed

4 files changed

+24776
-896
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ GitHub Action for installing [Mozilla/Sops](https://github.com/mozilla/sops)
66
#### Repurposed from [Azure/setup-helm](https://github.com/Azure/setup-helm) ####
77

88
Install a specific version of sops binary on the runner.
9-
Acceptable values are latest or any semantic version string like v3.7.3 Use this action in workflow to define which version of sops will be used.
9+
Acceptable values are latest or any semantic version string like v3.8.1 Use this action in workflow to define which version of sops will be used.
1010

1111
```yaml
1212
- name: Sops Binary Installer
13-
uses: mdgreenwald/mozilla-sops-action@v1.4.1
13+
uses: mdgreenwald/mozilla-sops-action@v1.6.0
1414
with:
1515
version: '<version>' # default is latest stable
1616
id: install

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Sops Binary Installer'
2-
description: 'Install a specific version of the sops binary. Acceptable values are latest or any semantic version string like 1.15.0'
2+
description: 'Install a specific version of the sops binary. Acceptable values are latest or any semantic version string like v3.8.1'
33
inputs:
44
version:
55
description: 'Version of sops'

0 commit comments

Comments
 (0)