Skip to content

Commit

Permalink
Merge pull request #48 from gruntwork-io/caitlin/use-patcher-0-9-5
Browse files Browse the repository at this point in the history
use patcher version 0.9.5
  • Loading branch information
ceschae authored Oct 9, 2024
2 parents a1c7414 + c953a58 commit d8e117a
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 @@ -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.3";
const PATCHER_VERSION = "v0.9.5";
const TERRAPATCH_GITHUB_REPO = "terrapatch-cli";
const TERRAPATCH_VERSION = "v0.1.6";
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.2.2",
"version": "0.2.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 @@ -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.3";
const PATCHER_VERSION = "v0.9.5";
const TERRAPATCH_GITHUB_REPO = "terrapatch-cli";
const TERRAPATCH_VERSION = "v0.1.6";

Expand Down

0 comments on commit d8e117a

Please sign in to comment.