Skip to content

Commit ad9bdc7

Browse files
authored
Merge pull request #77 from gruntwork-io/chore/uptick-patcher
uptick patcher version to 0.17.1
2 parents 3cbe55a + 8f83e2d commit ad9bdc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ inputs:
2929
required: false
3030
default: "patcher-cli"
3131
patcher_version:
32-
description: "Version of Patcher to use. Defaults to the v0.16.0 version."
32+
description: "Version of Patcher to use. Defaults to the v0.17.1 version."
3333
required: false
34-
default: "v0.17.0"
34+
default: "v0.17.1"
3535
terrapatch_git_repo:
3636
description: "Repository name for downloading terrapatch cli. Defaults to 'terrapatch-cli'."
3737
required: false

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18263,7 +18263,7 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
1826318263
/***/ ((module) => {
1826418264

1826518265
"use strict";
18266-
module.exports = JSON.parse('{"name":"patcher-action","version":"3.2.0","description":"Run Patcher by Gruntwork.io","main":"index.js","repository":"git@github.com:gruntwork-io/patcher-action.git","author":"Gruntwork.io <grunty@gruntwork.io>","license":"Apache-2.0","scripts":{"build":"ncc build src/index.ts -o dist","format":"prettier --write **/*.ts","format-check":"prettier --check **/*.ts","lint":"eslint --ext .ts ./"},"dependencies":{"@actions/core":"^1.10.0","@actions/exec":"^1.1.1","@actions/github":"^5.1.1","@actions/tool-cache":"^2.0.1","@octokit/plugin-throttling":"^7.0.0","@octokit/rest":"^22.0.0"},"devDependencies":{"@types/node":"^20.5.0","@typescript-eslint/eslint-plugin":"^6.6.0","@typescript-eslint/parser":"^6.6.0","@vercel/ncc":"^0.36.1","eslint":"^8.48.0","eslint-config-prettier":"^9.0.0","eslint-plugin-prettier":"^5.0.0","prettier":"^3.0.3","typescript":"^5.2.2"}}');
18266+
module.exports = JSON.parse('{"name":"patcher-action","version":"3.3.0","description":"Run Patcher by Gruntwork.io","main":"index.js","repository":"git@github.com:gruntwork-io/patcher-action.git","author":"Gruntwork.io <grunty@gruntwork.io>","license":"Apache-2.0","scripts":{"build":"ncc build src/index.ts -o dist","format":"prettier --write **/*.ts","format-check":"prettier --check **/*.ts","lint":"eslint --ext .ts ./"},"dependencies":{"@actions/core":"^1.10.0","@actions/exec":"^1.1.1","@actions/github":"^5.1.1","@actions/tool-cache":"^2.0.1","@octokit/plugin-throttling":"^7.0.0","@octokit/rest":"^22.0.0"},"devDependencies":{"@types/node":"^20.5.0","@typescript-eslint/eslint-plugin":"^6.6.0","@typescript-eslint/parser":"^6.6.0","@vercel/ncc":"^0.36.1","eslint":"^8.48.0","eslint-config-prettier":"^9.0.0","eslint-plugin-prettier":"^5.0.0","prettier":"^3.0.3","typescript":"^5.2.2"}}');
1826718267

1826818268
/***/ })
1826918269

0 commit comments

Comments
 (0)