Skip to content

Commit

Permalink
Release 1.4.1 (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Greenwald <[email protected]>

Signed-off-by: Matthew Greenwald <[email protected]>
  • Loading branch information
mdgreenwald authored Jan 3, 2023
1 parent 67a1abb commit 7e45e21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 v2.16.7 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.7.3 Use this action in workflow to define which version of sops will be used.

```yaml
- name: Sops Binary Installer
uses: mdgreenwald/[email protected].0
uses: mdgreenwald/[email protected].1
with:
version: '<version>' # default is latest stable
id: install
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setupsops",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "Setup sops",
"author": "Matthew Greenwald",
Expand Down

0 comments on commit 7e45e21

Please sign in to comment.