Skip to content

Commit

Permalink
Merge pull request #36 from gruntwork-io/chore/bump-patcher-v0.8.2
Browse files Browse the repository at this point in the history
Bump Patcher to v0.8.2
  • Loading branch information
robmorgan authored Jun 13, 2024
2 parents 8aad46b + c76a1d6 commit f1135a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Patcher Tests'
name: "Patcher Tests"

on:
push:
Expand All @@ -11,23 +11,22 @@ jobs:
outputs:
dependencies: ${{ steps.run-report.outputs.dependencies }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Patcher
id: run-report
uses: ./
with:
patcher_command: report
working_dir: infrastructure-live


patcher-update:
needs: [patcher-report]
runs-on: ubuntu-latest
strategy:
matrix:
dependency: ${{ fromJson(needs.patcher-report.outputs.dependencies) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Patcher
uses: ./
with:
Expand Down
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.8.1";
const PATCHER_VERSION = "v0.8.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.4",
"version": "0.0.5",
"description": "Run Patcher by Gruntwork.io",
"main": "index.js",
"repository": "git@github.com: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.8.1";
const PATCHER_VERSION = "v0.8.2";
const TERRAPATCH_GITHUB_REPO = "terrapatch-cli";
const TERRAPATCH_VERSION = "v0.1.3";

Expand Down

0 comments on commit f1135a1

Please sign in to comment.