Skip to content

Commit 0c70cca

Browse files
chore(deps): update cloudposse/github-action-atmos-terraform-plan action to v5
1 parent 267eec5 commit 0c70cca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "seed=${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
5252
5353
- name: Plan Atmos Component
54-
uses: cloudposse/github-action-atmos-terraform-plan@v4
54+
uses: cloudposse/github-action-atmos-terraform-plan@v5
5555
with:
5656
component: "foobar"
5757
stack: "plat-ue2-sandbox"

.github/workflows/test-plan_diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "seed=${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
5252
5353
- name: Plan Atmos Component
54-
uses: cloudposse/github-action-atmos-terraform-plan@v4
54+
uses: cloudposse/github-action-atmos-terraform-plan@v5
5555
with:
5656
component: "foobar-plan-diff"
5757
stack: "plat-ue2-sandbox"

0 commit comments

Comments
 (0)