diff --git a/dist/index.js b/dist/index.js index bd8169d..f1d0265 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13535,7 +13535,7 @@ const exec = __importStar(__nccwpck_require__(1514)); // Define constants const GRUNTWORK_GITHUB_ORG = "gruntwork-io"; const PATCHER_GITHUB_REPO = "patcher-cli"; -const PATCHER_VERSION = "v0.9.1"; +const PATCHER_VERSION = "v0.9.3"; const TERRAPATCH_GITHUB_REPO = "terrapatch-cli"; const TERRAPATCH_VERSION = "v0.1.6"; const HCLEDIT_ORG = "minamijoyo"; diff --git a/package.json b/package.json index 286b7c0..64da226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patcher-action", - "version": "0.2.1", + "version": "0.2.2", "description": "Run Patcher by Gruntwork.io", "main": "index.js", "repository": "git@github.com:gruntwork-io/patcher-action.git", diff --git a/src/action.ts b/src/action.ts index e62c2a0..5c9d7d4 100644 --- a/src/action.ts +++ b/src/action.ts @@ -11,7 +11,7 @@ import { Api as GitHub } from "@octokit/plugin-rest-endpoint-methods/dist-types/ const GRUNTWORK_GITHUB_ORG = "gruntwork-io"; const PATCHER_GITHUB_REPO = "patcher-cli"; -const PATCHER_VERSION = "v0.9.1"; +const PATCHER_VERSION = "v0.9.3"; const TERRAPATCH_GITHUB_REPO = "terrapatch-cli"; const TERRAPATCH_VERSION = "v0.1.6";