Skip to content

Commit

Permalink
Merge pull request #58 from gruntwork-io/caitlin/use-patcher-0-12-0
Browse files Browse the repository at this point in the history
use patcher v0.12.0
  • Loading branch information
ceschae authored Jan 28, 2025
2 parents d1af406 + 2193303 commit dee2d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0";
const PATCHER_VERSION = "v0.12.0";
const TERRAPATCH_GITHUB_REPO = "terrapatch-cli";
const TERRAPATCH_VERSION = "v0.1.6";
const HCLEDIT_ORG = "minamijoyo";
Expand Down
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0";
const PATCHER_VERSION = "v0.12.0";
const TERRAPATCH_GITHUB_REPO = "terrapatch-cli";
const TERRAPATCH_VERSION = "v0.1.6";

Expand Down

0 comments on commit dee2d1d

Please sign in to comment.