Skip to content

Commit fab568f

Browse files
authored
Update plan-preview actions to v1.7.7 (#130)
1 parent 44fff3f commit fab568f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plan-preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: "github.event_name == 'pull_request'"
1616
steps:
17-
- uses: pipe-cd/actions-plan-preview@v1.7.2
17+
- uses: pipe-cd/actions-plan-preview@v1.7.7
1818
with:
1919
address: ${{ secrets.PIPECD_API_ADDRESS }}
2020
api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
if: "github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/pipecd plan-preview')"
2727
steps:
28-
- uses: pipe-cd/actions-plan-preview@v1.7.2
28+
- uses: pipe-cd/actions-plan-preview@v1.7.7
2929
with:
3030
address: ${{ secrets.PIPECD_API_ADDRESS }}
3131
api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}

0 commit comments

Comments
 (0)