Skip to content

Commit 2f650a2

Browse files
chore(deps): update cloudposse/github-action-atmos-terraform-plan action to v5
1 parent 16536f3 commit 2f650a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sed -i -e 's#__APPLY_ROLE__#${{ secrets.TERRAFORM_APPLY_ROLE }}#g' ${{ runner.temp }}/atmos.yaml
4343
4444
- name: Plan Atmos Component
45-
uses: cloudposse/github-action-atmos-terraform-plan@v4
45+
uses: cloudposse/github-action-atmos-terraform-plan@v5
4646
with:
4747
component: "foobar"
4848
stack: "plat-ue2-sandbox"

.github/workflows/test-atmos-pro-enabled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cat ${{ runner.temp }}/atmos.yaml
4848
4949
- name: Plan Atmos Component
50-
uses: cloudposse/github-action-atmos-terraform-plan@v4
50+
uses: cloudposse/github-action-atmos-terraform-plan@v5
5151
with:
5252
component: "foobar-atmos-pro"
5353
stack: "plat-ue2-sandbox"

0 commit comments

Comments
 (0)