Skip to content

Commit b931350

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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:

examples/snippets/.github/workflows/atmos-terraform-drift-detection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Selected Components
2323
id: components
24-
uses: cloudposse/github-action-atmos-terraform-select-components@v2
24+
uses: cloudposse/github-action-atmos-terraform-select-components@v3
2525
with:
2626
select-filter: '.settings.github.actions_enabled and .metadata.type != "abstract"'
2727
atmos-version: ${{ vars.ATMOS_VERSION }}

0 commit comments

Comments
 (0)