diff --git a/.github/workflows/plan-preview.yaml b/.github/workflows/plan-preview.yaml index dd29f67f..61b5b36d 100644 --- a/.github/workflows/plan-preview.yaml +++ b/.github/workflows/plan-preview.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest if: "github.event_name == 'pull_request'" steps: - - uses: pipe-cd/actions-plan-preview@v1.7.2 + - uses: pipe-cd/actions-plan-preview@v1.7.7 with: address: ${{ secrets.PIPECD_API_ADDRESS }} api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }} @@ -25,7 +25,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.7.2 + - uses: pipe-cd/actions-plan-preview@v1.7.7 with: address: ${{ secrets.PIPECD_API_ADDRESS }} api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}