From dfafc2c4a1401ed508ef6e62aacdd0c074933a75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 22:58:52 +0000 Subject: [PATCH] chore(deps): update cloudposse/github-action-setup-atmos action to v3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 51c29c7c..a0bdf073 100644 --- a/action.yml +++ b/action.yml @@ -83,7 +83,7 @@ runs: - name: Install Atmos if: ${{ inputs.atmos-version != '' }} - uses: cloudposse/github-action-setup-atmos@v2 + uses: cloudposse/github-action-setup-atmos@v3 with: atmos-version: ${{ inputs.atmos-version }} token: ${{ inputs.token }}