From fa183285bcdd611243afec66d3f84b8c1fddeee1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 05:20:18 +0000 Subject: [PATCH] (github actions) generated latest snippets --- .../.github/workflows/atmos-terraform-drift-detection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/snippets/.github/workflows/atmos-terraform-drift-detection.yaml b/examples/snippets/.github/workflows/atmos-terraform-drift-detection.yaml index 0f6ccb51b..c98951cd9 100644 --- a/examples/snippets/.github/workflows/atmos-terraform-drift-detection.yaml +++ b/examples/snippets/.github/workflows/atmos-terraform-drift-detection.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Selected Components id: components - uses: cloudposse/github-action-atmos-terraform-select-components@v2 + uses: cloudposse/github-action-atmos-terraform-select-components@v3 with: select-filter: '.settings.github.actions_enabled and .metadata.type != "abstract"' atmos-version: ${{ vars.ATMOS_VERSION }}