From a4d6e4b89cfef5cc890300ac50b7590d10d35be1 Mon Sep 17 00:00:00 2001 From: Hosshii <49914427+Hosshii@users.noreply.github.com> Date: Fri, 28 Jan 2022 13:32:23 +0900 Subject: [PATCH] update to 1.3.0 (#7) --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a2f9cff..4a88694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM gcr.io/pipecd/actions-plan-preview:1.2.0 +FROM gcr.io/pipecd/actions-plan-preview:1.3.0 diff --git a/README.md b/README.md index d13a696..e7e4ba1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest if: "github.event_name == 'pull_request'" steps: - - uses: pipe-cd/actions-plan-preview@v1.2.0 + - uses: pipe-cd/actions-plan-preview@v1.3.0 with: address: ${{ secrets.PIPECD_API_ADDRESS }} api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }} @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest if: "github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/pipecd plan-preview')" steps: - - uses: pipe-cd/actions-plan-preview@v1.2.0 + - uses: pipe-cd/actions-plan-preview@v1.3.0 with: address: ${{ secrets.PIPECD_API_ADDRESS }} api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}