From 93611886c22d90e68a865eeaa255e202c746f26b Mon Sep 17 00:00:00 2001 From: Matthew Greenwald Date: Tue, 3 Jan 2023 11:00:24 -0500 Subject: [PATCH] Release 1.4.1 Signed-off-by: Matthew Greenwald --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a22aa7..59b64c2 100644 --- a/README.md +++ b/README.md @@ -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/mozilla-sops-action@v1.4.0 + uses: mdgreenwald/mozilla-sops-action@v1.4.1 with: version: '' # default is latest stable id: install diff --git a/package-lock.json b/package-lock.json index 1721d71..0ff59d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setupsops", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "setupsops", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index c8d58f9..4846720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setupsops", - "version": "1.4.0", + "version": "1.4.1", "private": true, "description": "Setup sops", "author": "Matthew Greenwald",