Skip to content

Commit

Permalink
Bump Patcher CLI to v0.5.2 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
infraredgirl authored Mar 6, 2024
1 parent 6021bf8 commit b37b191
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13536,7 +13536,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.5.1";
const PATCHER_VERSION = "v0.5.2";
const TERRAPATCH_GITHUB_REPO = "terrapatch-cli";
const TERRAPATCH_VERSION = "v0.1.3";
const HCLEDIT_ORG = "minamijoyo";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patcher-action",
"version": "0.0.2",
"version": "0.0.3",
"description": "Run Patcher by Gruntwork.io",
"main": "index.js",
"repository": "[email protected]:gruntwork-io/patcher-action.git",
Expand Down
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.5.1";
const PATCHER_VERSION = "v0.5.2";
const TERRAPATCH_GITHUB_REPO = "terrapatch-cli";
const TERRAPATCH_VERSION = "v0.1.3";

Expand Down

0 comments on commit b37b191

Please sign in to comment.