Skip to content

Commit

Permalink
Release v1.6.0 (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Greenwald <[email protected]>
  • Loading branch information
mdgreenwald authored Mar 4, 2024
1 parent 2a74f9e commit d9714e5
Show file tree
Hide file tree
Showing 4 changed files with 24,776 additions and 896 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ GitHub Action for installing [Mozilla/Sops](https://github.com/mozilla/sops)
#### Repurposed from [Azure/setup-helm](https://github.com/Azure/setup-helm) ####

Install a specific version of sops binary on the runner.
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.
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.

```yaml
- name: Sops Binary Installer
uses: mdgreenwald/mozilla-sops-action@v1.4.1
uses: mdgreenwald/mozilla-sops-action@v1.6.0
with:
version: '<version>' # default is latest stable
id: install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Sops Binary Installer'
description: 'Install a specific version of the sops binary. Acceptable values are latest or any semantic version string like 1.15.0'
description: 'Install a specific version of the sops binary. Acceptable values are latest or any semantic version string like v3.8.1'
inputs:
version:
description: 'Version of sops'
Expand Down
Loading

0 comments on commit d9714e5

Please sign in to comment.