Skip to content

Commit

Permalink
Set sops version to 3.7.3 (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Greenwald <mdgreenwald@gmail.com>

Signed-off-by: Matthew Greenwald <mdgreenwald@gmail.com>
  • Loading branch information
mdgreenwald authored Jan 3, 2023
1 parent 0736f48 commit 67a1abb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const semver = __importStar(__nccwpck_require__(1383));
const toolCache = __importStar(__nccwpck_require__(7784));
const core = __importStar(__nccwpck_require__(2186));
const sopsToolName = 'sops';
const stableSopsVersion = 'v3.7.2';
const stableSopsVersion = 'v3.7.3';
const sopsAllReleasesUrl = 'https://api.github.com/repos/mozilla/sops/releases';
function getExecutableExtension() {
if (os.type().match(/^Win/)) {
Expand Down
2 changes: 1 addition & 1 deletion lib/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const semver = __importStar(require("semver"));
const toolCache = __importStar(require("@actions/tool-cache"));
const core = __importStar(require("@actions/core"));
const sopsToolName = 'sops';
const stableSopsVersion = 'v3.7.2';
const stableSopsVersion = 'v3.7.3';
const sopsAllReleasesUrl = 'https://api.github.com/repos/mozilla/sops/releases';
function getExecutableExtension() {
if (os.type().match(/^Win/)) {
Expand Down
24 changes: 12 additions & 12 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 src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as toolCache from '@actions/tool-cache';
import * as core from '@actions/core';

const sopsToolName = 'sops';
const stableSopsVersion = 'v3.7.2';
const stableSopsVersion = 'v3.7.3';
const sopsAllReleasesUrl = 'https://api.github.com/repos/mozilla/sops/releases';

function getExecutableExtension(): string {
Expand Down

0 comments on commit 67a1abb

Please sign in to comment.