Skip to content

Commit 0884e33

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
(github actions) generated latest snippets
1 parent 42bb3b2 commit 0884e33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ["self-hosted", "terraform"]
3838
steps:
3939
- id: affected
40-
uses: cloudposse/github-action-atmos-affected-stacks@v4
40+
uses: cloudposse/github-action-atmos-affected-stacks@v6
4141
with:
4242
base-ref: ${{ needs.pr.outputs.base }}
4343
head-ref: ${{ needs.pr.outputs.head }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ["self-hosted", "terraform"]
2222
steps:
2323
- id: affected
24-
uses: cloudposse/github-action-atmos-affected-stacks@v4
24+
uses: cloudposse/github-action-atmos-affected-stacks@v6
2525
with:
2626
atmos-version: ${{ vars.ATMOS_VERSION }}
2727
atmos-config-path: ${{ vars.ATMOS_CONFIG_PATH }}

0 commit comments

Comments
 (0)