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 }}