Skip to content

Commit fdd206b

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
(github actions) generated latest snippets
1 parent 0a1328d commit fdd206b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/snippets/.github/workflows/atmos-terraform-apply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- terraform
4040
steps:
4141
- id: affected
42-
uses: cloudposse/github-action-atmos-affected-stacks@v4
42+
uses: cloudposse/github-action-atmos-affected-stacks@v6
4343
with:
4444
base-ref: ${{ needs.pr.outputs.base }}
4545
head-ref: ${{ needs.pr.outputs.head }}

examples/snippets/.github/workflows/atmos-terraform-plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- terraform
2424
steps:
2525
- id: affected
26-
uses: cloudposse/github-action-atmos-affected-stacks@v4
26+
uses: cloudposse/github-action-atmos-affected-stacks@v6
2727
with:
2828
atmos-version: ${{ vars.ATMOS_VERSION }}
2929
atmos-config-path: ${{ vars.ATMOS_CONFIG_PATH }}

0 commit comments

Comments
 (0)