Skip to content

Commit 6c6a00e

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
(github actions) generated latest snippets
1 parent 56e16bc commit 6c6a00e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- "amd64"
2222
- "common"
2323
steps:
24-
- uses: cloudposse-github-actions/get-pr@v2
24+
- uses: cloudposse-github-actions/get-pr@v1
2525
id: pr
2626

2727
outputs:
@@ -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@v5
4141
with:
4242
base-ref: ${{ github.event.pull_request.base.sha }}
4343
head-ref: ${{ github.event.pull_request.head.sha }}

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

Lines changed: 1 addition & 1 deletion
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@v5
2525
with:
2626
atmos-version: ${{ vars.ATMOS_VERSION }}
2727
atmos-config-path: ${{ vars.ATMOS_CONFIG_PATH }}

0 commit comments

Comments
 (0)