File tree 2 files changed +3
-3
lines changed
examples/snippets/.github/workflows
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
- " amd64"
22
22
- " common"
23
23
steps :
24
- - uses : cloudposse-github-actions/get-pr@v2
24
+ - uses : cloudposse-github-actions/get-pr@v1
25
25
id : pr
26
26
27
27
outputs :
37
37
runs-on : ["self-hosted", "terraform"]
38
38
steps :
39
39
- id : affected
40
- uses : cloudposse/github-action-atmos-affected-stacks@v4
40
+ uses : cloudposse/github-action-atmos-affected-stacks@v5
41
41
with :
42
42
base-ref : ${{ github.event.pull_request.base.sha }}
43
43
head-ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 21
21
runs-on : ["self-hosted", "terraform"]
22
22
steps :
23
23
- id : affected
24
- uses : cloudposse/github-action-atmos-affected-stacks@v4
24
+ uses : cloudposse/github-action-atmos-affected-stacks@v5
25
25
with :
26
26
atmos-version : ${{ vars.ATMOS_VERSION }}
27
27
atmos-config-path : ${{ vars.ATMOS_CONFIG_PATH }}
You can’t perform that action at this time.
0 commit comments